Anonymous Linkedin

View other people’s LinkedIn profiles anonymously

Wat is Anonymous Linkedin?

Anonymous Linkedin is een Chrome-extensie ontwikkeld door mossaab, en de belangrijkste functie is "View other people’s LinkedIn profiles anonymously".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anonymous Linkedin

Download Anonymous Linkedin-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

                        You can now take a look at others’ linkedin profiles without them knowing it’s you !                    

Basisinformatie over de Extensie

Naam Anonymous Linkedin Anonymous Linkedin
ID phfaaieiicbkpjjoeokhnegopbokcbdb
Officiële URL https://chrome.google.com/webstore/detail/anonymous-linkedin/phfaaieiicbkpjjoeokhnegopbokcbdb
Beschrijving View other people’s LinkedIn profiles anonymously
Bestandsgrootte 13 KB
Aantal Installaties 97
Huidige Versie 0.1
Laatst Bijgewerkt 2016-10-20
Publicatiedatum 2016-10-20
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mossaab
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anonymous Linkedin",
    "version": "0.1",
    "description": "View other people\u2019s LinkedIn profiles anonymously",
    "icons": {
        "16": "images\/icon16.png",
        "22": "images\/icon22.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "http:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        }
    }
}