Social Analytics by Huntool

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

Cos'è Social Analytics by Huntool?

Social Analytics by Huntool è un'estensione di Chrome sviluppata da po.jouanny, e la sua funzione principale è "Social Analytics : how long did you spend on job-boards/Linkedin this week ?".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Social Analytics by Huntool

Scarica i file di estensione Social Analytics by Huntool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Social Analytics by Huntool Social Analytics by Huntool
ID ehjlggdpdfpgejpkeapcbiclblnoieig
URL Ufficiale https://chromewebstore.google.com/detail/social-analytics-by-hunto/ehjlggdpdfpgejpkeapcbiclblnoieig
Descrizione Social Analytics : how long did you spend on job-boards/Linkedin this week ?
Dimensione del File 156 KB
Conteggio Installazioni 87
Versione Corrente 0.0.13
Ultimo Aggiornamento 2020-08-18
Data di Pubblicazione 2020-07-01
Sviluppatore po.jouanny
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.huntool.in/mentions-legales
Lingue Supportate 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:;"
}