Samdock LinkedIn Grabber
Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.
Samdock LinkedIn Grabberとは何ですか?
Samdock LinkedIn Grabberはhttp://samdock.comによって開発されたChromeの拡張機能で、その主な機能は「Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM.」です。
拡張機能のスクリーンショット
Samdock LinkedIn Grabber拡張機能のCRXファイルをダウンロード
Samdock LinkedIn Grabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the Samdock LinkedIn Grabber it is a one click action for collecting profile or company data. Now it is so much easier to import and update contact data directly from LinkedIn.
拡張機能の基本情報
名前 | Samdock LinkedIn Grabber |
ID | hjdoekfcaedmdikdmafefofejfephjgm |
公式URL | https://chrome.google.com/webstore/detail/samdock-linkedin-grabber/hjdoekfcaedmdikdmafefofejfephjgm |
説明 | Samdock Grabber is a Chrome extension that allows you to grab contact information from LinkedIn and save it to your Samdock CRM. |
ファイルサイズ | 158 KB |
インストール数 | 247 |
現在のバージョン | 0.0.5 |
最終更新日 | 2023-05-26 |
公開日 | 2022-12-06 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | http://samdock.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://samdock.com |
ヘルプページのURL | https://samdock.help |
プライバシーポリシーページのURL | https://samdock.com/impressum/datenschutz |
対応言語 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.0.5", "action": { "default_title": "__MSG_appName__", "default_popup": "popup\/popup.html", "default_icon": "images\/samdock-logo-blue.png" }, "web_accessible_resources": [ { "resources": [ "images\/samdock-logo-blue.png", "images\/samdock-logo-red.png", "images\/samdock-logo-gray.png", "images\/angle-right.png" ], "matches": [ "https:\/\/*.linkedin.com\/*" ], "use_dynamic_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "css": [ "scripts\/content-styles.css", "scripts\/select2.min.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/select2.min.js", "scripts\/samdockLogin.js", "scripts\/samdockPerson.js", "scripts\/samdockOrganizations.js", "scripts\/linkedin.js" ], "permissions": [ "storage" ] } ], "permissions": [ "storage" ], "icons": { "16": "images\/samdock-logo-blue-16.png", "32": "images\/samdock-logo-blue-32.png", "48": "images\/samdock-logo-blue-64.png", "128": "images\/samdock-logo-blue.png" }, "background": { "service_worker": "background.js" } } |