Anonymous Linkedin
View other people’s LinkedIn profiles anonymously
ما هو Anonymous Linkedin؟
Anonymous Linkedin هو إضافة Chrome تم تطويرها بواسطة mossaab، والميزة الرئيسية لها هي "View other people’s LinkedIn profiles anonymously".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anonymous Linkedin
قم بتنزيل ملفات الامتداد Anonymous Linkedin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can now take a look at others’ linkedin profiles without them knowing it’s you !
معلومات أساسية عن التمديد
الاسم | |
ID | phfaaieiicbkpjjoeokhnegopbokcbdb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/anonymous-linkedin/phfaaieiicbkpjjoeokhnegopbokcbdb |
الوصف | View other people’s LinkedIn profiles anonymously |
حجم الملف | 13 KB |
عدد التثبيتات | 97 |
النسخة الحالية | 0.1 |
آخر تحديث | 2016-10-20 |
تاريخ النشر | 2016-10-20 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | mossaab |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous Linkedin", "version": "0.1", "description": "View other people\u2019s LinkedIn profiles anonymously", "icons": { "16": "images\/icon16.png", "22": "images\/icon22.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "http:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": { "19": "images\/icon24.png", "38": "images\/icon48.png" } } } |