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.”。
擴展截圖
下載DealActivator擴展crx文件
下載DealActivator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        The new DealActivator Plug-in allows you to, simultaneously view equity on a customer you are working, while logged in to your CRM.                     擴展基本資訊
| 名稱 |   |  
| ID | jfclfmnkoionkomidegokljcboeldgbb | 
| 官方網址 | 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\/"
    ]
}  |  |