Anonymous Linkedin
View other people’s LinkedIn profiles anonymously
Was ist Anonymous Linkedin?
Anonymous Linkedin ist eine Chrome-Erweiterung, die von mossaab entwickelt wurde, und ihr Hauptmerkmal ist "View other people’s LinkedIn profiles anonymously".
Erweiterungsscreenshots
Anonymous Linkedin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anonymous Linkedin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You can now take a look at others’ linkedin profiles without them knowing it’s you !
Grundlegende Informationen zur Erweiterung
Name | |
ID | phfaaieiicbkpjjoeokhnegopbokcbdb |
Offizielle URL | https://chrome.google.com/webstore/detail/anonymous-linkedin/phfaaieiicbkpjjoeokhnegopbokcbdb |
Beschreibung | View other people’s LinkedIn profiles anonymously |
Dateigröße | 13 KB |
Installationsanzahl | 97 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-10-20 |
Veröffentlichungsdatum | 2016-10-20 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | mossaab |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |