Social Analytics by Huntool
Social Analytics : how long did you spend on job-boards/Linkedin this week ?
Was ist Social Analytics by Huntool?
Social Analytics by Huntool ist eine Chrome-Erweiterung, die von po.jouanny entwickelt wurde, und ihr Hauptmerkmal ist "Social Analytics : how long did you spend on job-boards/Linkedin this week ?".
Erweiterungsscreenshots
Social Analytics by Huntool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Social Analytics by Huntool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Social Analytics helps you keep track of how much time you spent sourcing this week, and how many profiles you browsed.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ehjlggdpdfpgejpkeapcbiclblnoieig |
Offizielle URL | https://chromewebstore.google.com/detail/social-analytics-by-hunto/ehjlggdpdfpgejpkeapcbiclblnoieig |
Beschreibung | Social Analytics : how long did you spend on job-boards/Linkedin this week ? |
Dateigröße | 156 KB |
Installationsanzahl | 87 |
Aktuelle Version | 0.0.13 |
Letztes Update | 2020-08-18 |
Veröffentlichungsdatum | 2020-07-01 |
Entwickler | po.jouanny |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.huntool.in/mentions-legales |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.13", "name": "Social Analytics by Huntool", "manifest_version": 2, "description": "Social Analytics : how long did you spend on job-boards\/Linkedin this week ?", "browser_action": [], "icons": { "16": "img\/icon-16.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "scripts": [ "TOV4lQmonhejOocS\/TOV4lQmonhejOocS14.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.viadeo.com\/*", "*:\/\/*.apec.fr\/*", "*:\/\/*.meteojob.com\/*", "*:\/\/*.cvaden.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.github.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.hellowork.com\/*", "*:\/\/*.monster.fr\/*", "*:\/\/*.monster.com\/*" ], "css": [ "css\/notifs.css" ], "js": [ "lib\/jquery.min.js", "lib\/lodash.min.js", "lib\/moment.min.js", "lib\/humanizeDuration.js", "lib\/timeme.min.js", "lib\/toastify.min.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS2.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS7.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS11.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS5.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS10.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS3.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS0.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS1.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS8.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS6.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS9.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS12.js", "TOV4lQmonhejOocS\/TOV4lQmonhejOocS13.js", "background.js" ] } ], "permissions": [ "storage", "*:\/\/*.facebook.com\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.viadeo.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.apec.fr\/*", "*:\/\/*.meteojob.com\/*", "*:\/\/*.cvaden.com\/*", "*:\/\/*.github.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.hellowork.com\/*", "*:\/\/*.monster.fr\/*", "*:\/\/*.monster.com\/*" ], "content_security_policy": "default-src 'self'; font-src *; script-src 'unsafe-eval' 'self' https:\/\/cdnjs.cloudflare.com\/; style-src * 'self' 'unsafe-inline'; img-src 'self' * data:;" } |