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”。

擴展截圖

screenshot

下載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 BINOX
ID ejnepinfkcpoobcecjfdpgnifalijnjk
官方網址 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
電子郵箱 [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\/*"
    ]
}