InCognito
Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar.
InCognito क्या है?
InCognito https://trever.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InCognito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | InCognito |
ID | kencjkgapindpgehbgolojoocgpcepfk |
आधिकारिक URL | https://chromewebstore.google.com/detail/incognito/kencjkgapindpgehbgolojoocgpcepfk |
विवरण | Browse LinkedIn Privately. Instantly view profiles anonymously with the flip of a switch in your navigation bar. |
फ़ाइल का आकार | 797 KB |
स्थापना संख्या | 34,062 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2023-01-22 |
प्रकाशन तिथि | 2020-04-12 |
रेटिंग | 4.63/5 कुल 24 रेटिंग्स |
डेवलपर | https://trever.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://trever.com/incognito |
गोपनीयता नीति पृष्ठ URL | https://tinyunicorns.co/privacy.html |
समर्थित भाषाएँ | 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" ] } ] } |