DealActivator

This extension will attempt to get the equity of customers when on a CRM website.

DealActivator란 무엇입니까?

DealActivator은(는) Dominion's Deal Activator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will attempt to get the equity of customers when on a CRM website."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DealActivator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The new DealActivator Plug-in allows you to, simultaneously view equity on a customer you are working, while logged in to your CRM.                    

확장 프로그램 기본 정보

이름 DealActivator DealActivator
ID jfclfmnkoionkomidegokljcboeldgbb
공식 URL https://chromewebstore.google.com/detail/dealactivator/jfclfmnkoionkomidegokljcboeldgbb
설명 This extension will attempt to get the equity of customers when on a CRM website.
파일 크기 646 KB
설치 횟수 27
현재 버전 1.0.6
최근 업데이트 2017-05-23
출시 날짜 2017-05-23
평점 5.00/5 총 1 개의 평점
개발자 Dominion's Deal Activator
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.drivedominion.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DealActivator",
    "version": "1.0.6",
    "description": "This extension will attempt to get the equity of customers when on a CRM website.",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*.jpg",
                "*.jpeg",
                "*.gif",
                "*.png",
                "*.bmp",
                "*.webp",
                "*.css",
                "*.swf",
                "*.js",
                "*.zip",
                "*.rar",
                "*.tar",
                "*.tar.gz",
                "*.tgz",
                "*.tar.bz2",
                "*.tbz2",
                "*.doc",
                "*.docx",
                "*.ppt",
                "*.pptx",
                "*.xls",
                "*.xlsx",
                "*.pdf",
                "*.xml",
                "*.txt",
                "*.mpg",
                "*.mpeg",
                "*.qt",
                "*.mp4",
                "*.m4v",
                "*.m4a",
                "*.mp3",
                "*.ogv",
                "*.ogm",
                "*.ogg",
                "*.oga",
                "*.webm",
                "*.wav",
                "*.",
                "*."
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "html\/iframe\/*"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ]
}