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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}