InCognito
Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
Cos'è InCognito?
InCognito è un'estensione di Chrome sviluppata da https://trever.com, e la sua funzione principale è "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InCognito
Scarica i file di estensione InCognito in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The easiest way to browse LinkedIn privately: InCognito instantly places a switch in your LinkedIn navigation bar. Want users to see when you visit their profile? Simply toggle the switch. Want to browse LinkedIn profiles anonymously? Toggle the InCognito switch back on, and you're off to the races! Just another small productivity app by @trever. Have any questions, message me on LinkedIn, email [email protected], or DM me on twitter - @trever
Informazioni di Base sull'Estensione
Nome | InCognito |
ID | kencjkgapindpgehbgolojoocgpcepfk |
URL Ufficiale | https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk |
Descrizione | Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar. |
Dimensione del File | 797 KB |
Conteggio Installazioni | 34,062 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2023-01-22 |
Data di Pubblicazione | 2020-04-12 |
Valutazione | 4.63/5 Totale 24 Valutazioni |
Sviluppatore | https://trever.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://trever.com/incognito |
URL della Pagina della Politica sulla Privacy | https://tinyunicorns.co/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InCognito", "version": "1.0.7", "manifest_version": 2, "description": "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.", "homepage_url": "http:\/\/trever.com\/incognito", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "storage" ], "web_accessible_resources": [ "icons\/*.png", "icons\/*.jpg", "icons\/*.svg" ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |