VSApp for LinkedIn
Your LinkedIn contacts in VSActivity, VSPortage et VSExperience
什麼是VSApp for LinkedIn?
VSApp for LinkedIn是由https://www.veryswing.com開發的Chrome擴展程式,該擴展的主要功能是“Your LinkedIn contacts in VSActivity, VSPortage et VSExperience”。
擴展截圖
下載VSApp for LinkedIn擴展crx文件
下載VSApp for LinkedIn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
隱私政策頁面URL | 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" ] } |