Social Analytics by Huntool
Social Analytics : how long did you spend on job-boards/Linkedin this week ?
Vad är Social Analytics by Huntool?
Social Analytics by Huntool är en Chrome-tillägg utvecklad av po.jouanny, och dess huvudfunktion är "Social Analytics : how long did you spend on job-boards/Linkedin this week ?".
Tilläggsskärmbilder
Ladda ner Social Analytics by Huntool-förlängningens CRX-fil
Ladda ner Social Analytics by Huntool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Social Analytics helps you keep track of how much time you spent sourcing this week, and how many profiles you browsed.
Grundläggande Information om Tillägg
Namn | |
ID | ehjlggdpdfpgejpkeapcbiclblnoieig |
Officiell webbadress | https://chromewebstore.google.com/detail/social-analytics-by-hunto/ehjlggdpdfpgejpkeapcbiclblnoieig |
Beskrivning | Social Analytics : how long did you spend on job-boards/Linkedin this week ? |
Filstorlek | 156 KB |
Antal Installationer | 87 |
Aktuell Version | 0.0.13 |
Senast Uppdaterad | 2020-08-18 |
Publiceringsdatum | 2020-07-01 |
Utvecklare | po.jouanny |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.huntool.in/mentions-legales |
Stödda Språk | 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:;" } |