LinkedIn Accountless
Watch any LinkedIn profile without being logged in
Hvad er LinkedIn Accountless?
LinkedIn Accountless er en Chrome-udvidelse udviklet af Leonardo Galante, og dens hovedfunktion er "Watch any LinkedIn profile without being logged in".
Udvidelsesskærmbilleder
Download LinkedIn Accountless-udvidelses-CRX-fil
Download LinkedIn Accountless-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
Officiel URL | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
Beskrivelse | Watch any LinkedIn profile without being logged in |
Filstørrelse | 7.6 KB |
Antal Installationer | 81 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2017-09-09 |
Udgivelsesdato | 2017-09-09 |
Udvikler | Leonardo Galante |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |