inrich - Add context to LinkedIn
Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.
什麼是inrich - Add context to LinkedIn?
inrich - Add context to LinkedIn是由inrich開發的Chrome擴展程式,該擴展的主要功能是“Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.”。
擴展截圖
下載inrich - Add context to LinkedIn擴展crx文件
下載inrich - Add context to LinkedIn擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instantly turn LinkedIn into your personal CRM. With inrich, you can add notes to any profile page, allowing you to remember each and every interaction and to better engage with your network. By letting you add personal context to LinkedIn profile pages, inrich declutters your professional life by eliminating the need for multiple contact lists, spreadsheets and CRMs. ********************************************************************************** Just click the blue "Add to Chrome" button on the upper right side of this screen, and we'll guide you from there on! ********************************************************************************** Mobile use: inrich is currently only available on Android with the Kiwi browser (Chrome for Android doesn't support Chrome extensions...). We'll add support for iOS in the future. Elevate your networking game now!
擴展基本資訊
名稱 | inrich - Add context to LinkedIn |
ID | hmgkcmijhegibfoajikgaepglpikgkbb |
官方網址 | https://chromewebstore.google.com/detail/inrich-add-context-to-lin/hmgkcmijhegibfoajikgaepglpikgkbb |
簡介 | Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free. |
檔案大小 | 187 KB |
安裝次數 | 42 |
目前版本 | 1.0.1 |
更新時間 | 2024-03-01 |
上架時間 | 2023-08-28 |
評分 | 5.00/5 共 9 次評分 |
開發者 | inrich |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.inrich.app |
隱私政策頁面URL | https://www.inrich.app/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "inrich - Add context to LinkedIn", "description": "Add to LinkedIn the missing feature power users dreamed of: adding YOUR personal info to any profile page. For free.", "version": "1.0.1", "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/service-workers\/index.js" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/www.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content-scripts\/index.js" ] } ] } |