DealActivator

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

DealActivator là gì?

DealActivator là một tiện ích mở rộng Chrome được phát triển bởi Dominion's Deal Activator, và tính năng chính của nó là "This extension will attempt to get the equity of customers when on a CRM website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DealActivator

Tải xuống các tệp mở rộng DealActivator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DealActivator DealActivator
ID jfclfmnkoionkomidegokljcboeldgbb
URL Chính Thức https://chromewebstore.google.com/detail/dealactivator/jfclfmnkoionkomidegokljcboeldgbb
Mô tả This extension will attempt to get the equity of customers when on a CRM website.
Kích Thước Tệp 646 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-05-23
Ngày Phát Hành 2017-05-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dominion's Deal Activator
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.drivedominion.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}