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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Binox และคุณลักษณะหลักของมันคือ "BINOX MSP is the only tool in the market that can Maintain your PSA and your Sales CRM Data harmoniously in sync"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BINOX

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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\/*"
    ]
}