Social Analytics by Huntool

Social Analytics : how long did you spend on job-boards/Linkedin this week ?

Qu'est-ce que Social Analytics by Huntool ?

Social Analytics by Huntool est une extension Chrome développée par po.jouanny, et sa fonction principale est "Social Analytics : how long did you spend on job-boards/Linkedin this week ?".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Social Analytics by Huntool

Téléchargez les fichiers d'extension Social Analytics by Huntool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Social Analytics helps you keep track of how much time you spent sourcing this week, and how many profiles you browsed.                    

Informations de Base sur l'Extension

Nom Social Analytics by Huntool Social Analytics by Huntool
ID ehjlggdpdfpgejpkeapcbiclblnoieig
URL Officiel https://chromewebstore.google.com/detail/social-analytics-by-hunto/ehjlggdpdfpgejpkeapcbiclblnoieig
Description Social Analytics : how long did you spend on job-boards/Linkedin this week ?
Taille du Fichier 156 KB
Nombre d'Installations 87
Version Actuelle 0.0.13
Dernière Mise à Jour 2020-08-18
Date de Publication 2020-07-01
Développeur po.jouanny
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.huntool.in/mentions-legales
Langues Prises en Charge 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:;"
}