InCognito

Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.

Qu'est-ce que InCognito ?

InCognito est une extension Chrome développée par https://trever.com, et sa fonction principale est "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension InCognito

Téléchargez les fichiers d'extension InCognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom InCognito InCognito
ID kencjkgapindpgehbgolojoocgpcepfk
URL Officiel https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk
Description Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
Taille du Fichier 797 KB
Nombre d'Installations 34,062
Version Actuelle 1.0.7
Dernière Mise à Jour 2023-01-22
Date de Publication 2020-04-12
Évaluation 4.63/5 Total 24 Évaluations
Développeur https://trever.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trever.com/incognito
URL de la Page de Politique de Confidentialité https://tinyunicorns.co/privacy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}