Po uruchomieniu strony e-pracownik (w zalogowanej formie), obecność kliknie się sama :)
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Pomocnik e-Pracownika",
"description": "Po uruchomieniu strony e-pracownik (w zalogowanej formie), obecność kliknie się sama :)",
"homepage_url": "https://e-pracownik.opi.org.pl/",
"version": "1.0.2",
"icons": {
"32": "images/icon-32.png",
"64": "images/icon-64.png",
"128": "images/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https://e-pracownik.opi.org.pl/*"
],
"js": [
"./scripts/content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{c22bcfe5-0ad5-4c39-9b53-ac92fff1bcc3}"
}
}
}