LinkedIn Accountless
Watch any LinkedIn profile without being logged in
Wat is LinkedIn Accountless?
LinkedIn Accountless is een Chrome-extensie ontwikkeld door Leonardo Galante, en de belangrijkste functie is "Watch any LinkedIn profile without being logged in".
Extensie Screenshots
Download het CRX-bestand van de extensie LinkedIn Accountless
Download LinkedIn Accountless-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 need a LinkedIn account to watch LinkedIn profiles but now with this extension you can watch entire profiles without making one or without loggin into your existing one.
Basisinformatie over de Extensie
Naam | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
Officiële URL | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
Beschrijving | Watch any LinkedIn profile without being logged in |
Bestandsgrootte | 7.6 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-09-09 |
Publicatiedatum | 2017-09-09 |
Ontwikkelaar | Leonardo Galante |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Accountless", "author": "Leonardo Galante", "version": "0.0.1", "description": "Watch any LinkedIn profile without being logged in", "icons": { "16": "assets\/linkedin_16.png", "48": "assets\/linkedin_48.png", "128": "assets\/linkedin_128.png" }, "browser_action": { "default_title": "Watch any LinkedIn profile", "default_icon": "assets\/linkedin_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/*.linkedin.com\/*" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "activeTab" ] } |