BINOX
BINOX MSP is the only tool in the market that can Maintain your PSA and your Sales CRM Data harmoniously in sync
BINOXとは何ですか?
BINOXはBinoxによって開発されたChromeの拡張機能で、その主な機能は「BINOX MSP is the only tool in the market that can Maintain your PSA and your Sales CRM Data harmoniously in sync」です。
拡張機能のスクリーンショット
BINOX拡張機能のCRXファイルをダウンロード
BINOX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Never miss a marketing beat with the Binox Chrome extension, when using our plugin on a supported webpage that record's updates are automatically synced with the platform, eliminating any wait time. When on another page like that of a prospective company, the Binox Chrome extension allows you to cross check the domain of that page to see if there are any viable leads that work for that company. You can then send the leads into your Binox for further processing.
拡張機能の基本情報
名前 | BINOX |
ID | ejnepinfkcpoobcecjfdpgnifalijnjk |
公式URL | https://chromewebstore.google.com/detail/binox/ejnepinfkcpoobcecjfdpgnifalijnjk |
説明 | BINOX MSP is the only tool in the market that can Maintain your PSA and your Sales CRM Data harmoniously in sync |
ファイルサイズ | 441 KB |
インストール数 | 249 |
現在のバージョン | 3.3 |
最終更新日 | 2023-12-15 |
公開日 | 2021-06-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Binox |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://binoxmsp.com/ |
ヘルプページのURL | https://binoxmsp.com/help |
プライバシーポリシーページのURL | https://binoxmsp.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BINOX", "description": "BINOX MSP is the only tool in the market that can Maintain your PSA and your Sales CRM Data harmoniously in sync", "version": "3.3", "content_scripts": [ { "js": [ ".\/assets\/js\/jquery.min.js", ".\/assets\/js\/moment.min.js", "index.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.infusionsoft.com\/*" ], "run_at": "document_end" }, { "js": [ ".\/assets\/js\/jquery.min.js", ".\/assets\/js\/moment.min.js", ".\/assets\/js\/rxjs.umd.min.js", ".\/assets\/js\/utils.js", ".\/actions\/leads.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": ".\/logo-16.png", "32": ".\/logo-32.png", "48": ".\/logo-48.png", "128": ".\/logo-128.png" }, "default_popup": "index.html" }, "background": { "scripts": [ ".\/assets\/js\/jquery.min.js", ".\/assets\/js\/rxjs.umd.min.js", ".\/assets\/js\/utils.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "test\/*", "assets\/*", "provider\/*", "actions\/*", "inject\/script.js" ], "permissions": [ "activeTab", "storage", "https:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*.infusionsoft.com\/*" ] } |