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 |
官方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 |
隐私政策页面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" ] } |