LinkWise - Linkedin Tags and Organizer
With LinkWise, you can tag and organize your contacts in LinkedIn.
什麼是LinkWise - Linkedin Tags and Organizer?
LinkWise - Linkedin Tags and Organizer是由extendlinkedin開發的Chrome擴展程式,該擴展的主要功能是“With LinkWise, you can tag and organize your contacts in LinkedIn.”。
擴展截圖
下載LinkWise - Linkedin Tags and Organizer擴展crx文件
下載LinkWise - Linkedin Tags and Organizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With our extension you can write tags and notes directly. Download our extension, then you can go to the LinkedIn profile to see an option to tag user. If you do it you can filter the user by tags and view the notes associated with it. 😀 What are the different features? - You can tag a profile on LinkedIn. - You can view write and view notes directly on profile. - You can filter profiles directly on LinkedIn. - Sync the tags across computers. 😀 Disclaimer We are not related to LinkedIn. We are just a 3rd party app that works on LinkedIn.
擴展基本資訊
名稱 | |
ID | bmajknmefligkcimgmleblmgjhlbbjoa |
官方網址 | https://chrome.google.com/webstore/detail/linkwise-linkedin-tags-an/bmajknmefligkcimgmleblmgjhlbbjoa |
簡介 | With LinkWise, you can tag and organize your contacts in LinkedIn. |
檔案大小 | 324 KB |
安裝次數 | 21 |
目前版本 | 1.0.2 |
更新時間 | 2022-08-22 |
上架時間 | 2021-11-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | extendlinkedin |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkWise - Linkedin Tags and Organizer", "version": "1.0.2", "manifest_version": 3, "description": "With LinkWise, you can tag and organize your contacts in LinkedIn.", "action": [], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "dist\/content.bundle.js" ], "css": [ "css\/google-icons.css", "css\/datatable.min.css", "css\/styles.css", "css\/drawer.css" ] } ], "icons": { "16": "imgs\/icons\/icon16.png", "32": "imgs\/icons\/icon32.png", "48": "imgs\/icons\/icon48.png", "128": "imgs\/icons\/icon128.png" }, "background": { "service_worker": "main-service-worker.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ] } |