DealActivator

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

Co to jest DealActivator?

DealActivator to rozszerzenie Chrome opracowane przez Dominion's Deal Activator, a jego główną funkcją jest „This extension will attempt to get the equity of customers when on a CRM website.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DealActivator

Pobierz pliki rozszerzeń DealActivator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa DealActivator DealActivator
ID jfclfmnkoionkomidegokljcboeldgbb
Oficjalny URL https://chromewebstore.google.com/detail/dealactivator/jfclfmnkoionkomidegokljcboeldgbb
Opis This extension will attempt to get the equity of customers when on a CRM website.
Rozmiar pliku 646 KB
Liczba instalacji 27
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2017-05-23
Data Publikacji 2017-05-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Dominion's Deal Activator
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://www.drivedominion.com/privacy-policy
Obsługiwane Języki 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\/"
    ]
}