LinkedIn notes

LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…

LinkedIn notes क्या है?

LinkedIn notes Useful Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LinkedIn notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        LinkedIn® Notes is a Chrome Extension for the New Tab.

This extension changes your existing new tab page and provides the features below:
- Clean Tab Look
- Enables you to take notes and search as you browse through LinkedIn® profiles
- Summarizes all notes on your new tab
 
This extension is free to download from the Chrome Web store.

By clicking "Add to Chrome", you accept and agree to install "LinkedIn® Notes" and set your New Tab search to www.yahoo.com as provided by the service under Terms of Use and Privacy Policy.

Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.

Terms of Service:
http://unico.news/terms.pdf

Privacy Policy:
http://unico.news/privacypolicy.pdf

Contact Us:
http://unico.news/#contactus                    

एक्सटेंशन की मूल जानकारी

नाम LinkedIn notes LinkedIn notes
ID pfgjenpimkncfhbgenkidcnigagibdpg
आधिकारिक URL https://chrome.google.com/webstore/detail/linkedin-notes/pfgjenpimkncfhbgenkidcnigagibdpg
विवरण LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…
फ़ाइल का आकार 969 KB
स्थापना संख्या 13
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2020-11-29
प्रकाशन तिथि 2020-09-07
डेवलपर Useful Extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.linkedinnotes.com/
गोपनीयता नीति पृष्ठ URL http://unico.news/privacypolicy.pdf
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedIn notes",
    "version": "1.0.7",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/linkedin.com\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "linkedIn.html",
        "bg.svg"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}