Social Analytics by Huntool

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

Wat is Social Analytics by Huntool?

Social Analytics by Huntool is een Chrome-extensie ontwikkeld door po.jouanny, en de belangrijkste functie is "Social Analytics : how long did you spend on job-boards/Linkedin this week ?".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Social Analytics by Huntool

Download Social Analytics by Huntool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Social Analytics by Huntool Social Analytics by Huntool
ID ehjlggdpdfpgejpkeapcbiclblnoieig
Officiële URL https://chromewebstore.google.com/detail/social-analytics-by-hunto/ehjlggdpdfpgejpkeapcbiclblnoieig
Beschrijving Social Analytics : how long did you spend on job-boards/Linkedin this week ?
Bestandsgrootte 156 KB
Aantal Installaties 87
Huidige Versie 0.0.13
Laatst Bijgewerkt 2020-08-18
Publicatiedatum 2020-07-01
Ontwikkelaar po.jouanny
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.huntool.in/mentions-legales
Ondersteunde Talen 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:;"
}