VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
ما هو VSApp for LinkedIn؟
VSApp for LinkedIn هو إضافة Chrome تم تطويرها بواسطة https://www.veryswing.com، والميزة الرئيسية لها هي "Your LinkedIn contacts in VSActivity, VSPortage et VSExperience".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VSApp for LinkedIn
قم بتنزيل ملفات الامتداد VSApp for LinkedIn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to create and update candidates on VSActivity, VSPortage and VSExperience in a few clicks from the LinkedIn profiles you are viewing.
معلومات أساسية عن التمديد
الاسم | VSApp for LinkedIn |
ID | anelcnkfajmongenhacfalolkfmbabhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vsapp-for-linkedin/anelcnkfajmongenhacfalolkfmbabhb |
الوصف | Your LinkedIn contacts in VSActivity, VSPortage et VSExperience |
حجم الملف | 405 KB |
عدد التثبيتات | 253 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2023-12-19 |
تاريخ النشر | 2022-01-03 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://www.veryswing.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.veryswing.com/politique-de-confidentialite |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.2.2", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" } }, "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "\/icons\/logo16.png", "32": "\/icons\/logo32.png", "48": "\/icons\/logo48.png", "128": "\/icons\/logo128.png" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/in\/*" ], "run_at": "document_idle", "js": [ "search.bundle.js" ] } ], "homepage_url": "https:\/\/vsactivity.com", "host_permissions": [ "*:\/\/*.linkedin.com\/*", "*:\/\/*.vsactivity.com\/*", "*:\/\/*.vsportage.com\/*", "*:\/\/*.vsexperience.com\/*", "*:\/\/*.playwithvsa.com\/*", "*:\/\/*.playwithvsp.com\/*", "*:\/\/*.playwithvse.com\/*" ], "options_page": "options.html", "permissions": [ "webRequest", "storage", "scripting", "activeTab", "tabs" ] } |