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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://binoxmsp.com/help
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}