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