Easy Note Taking for LinkedIn
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.
Easy Note Taking for LinkedIn क्या है?
Easy Note Taking for LinkedIn https://igodev.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Note Taking for LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. You can also access these notes when you are messaging to someone on LinkedIn. All notes are securely stored in Google Chrome Sync Storage. This Extension does not transmit data to any 3rd party. 🔒
एक्सटेंशन की मूल जानकारी
नाम | Easy Note Taking for LinkedIn |
ID | acmbfggokaabfndehodmoekhccfnphel |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-note-taking-for-link/acmbfggokaabfndehodmoekhccfnphel |
विवरण | This extension allows you to take notes on LinkedIn profiles. These notes are there only for you. |
फ़ाइल का आकार | 1.51 MB |
स्थापना संख्या | 196 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2021-10-25 |
प्रकाशन तिथि | 2021-01-18 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | https://igodev.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://igodev.com/private-notes-for-linkedin/ |
सहायता पृष्ठ URL | https://igodev.com/private-notes-for-linkedin/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Note Taking for LinkedIn", "version": "0.0.3", "description": "This extension allows you to take notes on LinkedIn profiles. These notes are there only for you.", "permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*", "storage" ], "manifest_version": 2, "web_accessible_resources": [ "dist\/*.js", "dist\/*.map.js" ], "background": { "scripts": [ "dist\/bundle-background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*", "*:\/\/linkedin.com\/*" ], "js": [ "dist\/bundle-notes.js" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } } |