Uptics Sales Automation CRM
Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.
Uptics Sales Automation CRMとは何ですか?
Uptics Sales Automation CRMはhttps://uptics.ioによって開発されたChromeの拡張機能で、その主な機能は「Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.」です。
拡張機能のスクリーンショット
Uptics Sales Automation CRM拡張機能のCRXファイルをダウンロード
Uptics Sales Automation CRM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Uptics CRM users can manage their tasks under this extension.
拡張機能の基本情報
名前 | |
ID | fljeaddfbchajbkjcjfflngmdfhpedae |
公式URL | https://chromewebstore.google.com/detail/uptics-sales-automation-c/fljeaddfbchajbkjcjfflngmdfhpedae |
説明 | Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM. |
ファイルサイズ | 1.26 MB |
インストール数 | 206 |
現在のバージョン | 0.0.9 |
最終更新日 | 2022-03-29 |
公開日 | 2021-12-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://uptics.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://uptics.io |
ヘルプページのURL | https://help.uptics.io |
プライバシーポリシーページのURL | https://uptics.io/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uptics Sales Automation CRM", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "Uptics Chrome Extension helps you to sync and manage LinkedIn sales tasks with Uptics CRM.", "version": "0.0.9", "browser_action": [], "permissions": [ "tabs", "webNavigation", "storage" ], "externally_connectable": { "matches": [ "*:\/\/app.uptics.io\/*", "*:\/\/localhost\/*" ], "accepts_tls_channel_id": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "pop-up.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*", "index.html", "toggler.js" ] } |