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 هو إضافة Chrome تم تطويرها بواسطة Useful Extensions، والميزة الرئيسية لها هي "LinkedIn® Notes is a Chrome Extension for the New Tab. This extension changes your existing new tab page and provides the features…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LinkedIn notes
قم بتنزيل ملفات الامتداد LinkedIn notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة سياسة الخصوصية | 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" } } |