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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BINOX MSP is the only tool in the market that can Maintain your PSA and your Sales CRM Data harmoniously in sync"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BINOX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}