Social Analytics by Huntool
Social Analytics : how long did you spend on job-boards/Linkedin this week ?
What is Social Analytics by Huntool?
Social Analytics by Huntool is a Chrome extension developed by po.jouanny, and its main feature is "Social Analytics : how long did you spend on job-boards/Linkedin this week ?".
Extension Screenshots
Download Social Analytics by Huntool Extension CRX File
Download Social Analytics by Huntool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Social Analytics helps you keep track of how much time you spent sourcing this week, and how many profiles you browsed.
Extension Basic Information
Name | |
ID | ehjlggdpdfpgejpkeapcbiclblnoieig |
Official URL | https://chromewebstore.google.com/detail/social-analytics-by-hunto/ehjlggdpdfpgejpkeapcbiclblnoieig |
Description | Social Analytics : how long did you spend on job-boards/Linkedin this week ? |
File Size | 156 KB |
Installation Count | 87 |
Current Version | 0.0.13 |
Last Updated | 2020-08-18 |
Publish Date | 2020-07-01 |
Developer | po.jouanny |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.huntool.in/mentions-legales |
Supported Languages | 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:;" } |