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 |
Eメール | [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" ] } |