DealActivator
This extension will attempt to get the equity of customers when on a CRM website.
Hvad er DealActivator?
DealActivator er en Chrome-udvidelse udviklet af Dominion's Deal Activator, og dens hovedfunktion er "This extension will attempt to get the equity of customers when on a CRM website.".
Udvidelsesskærmbilleder
Download DealActivator-udvidelses-CRX-fil
Download DealActivator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        The new DealActivator Plug-in allows you to, simultaneously view equity on a customer you are working, while logged in to your CRM.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | jfclfmnkoionkomidegokljcboeldgbb | 
| Officiel URL | https://chromewebstore.google.com/detail/dealactivator/jfclfmnkoionkomidegokljcboeldgbb | 
| Beskrivelse | This extension will attempt to get the equity of customers when on a CRM website. | 
| Filstørrelse | 646 KB | 
| Antal Installationer | 27 | 
| Nuværende Version | 1.0.6 | 
| Senest Opdateret | 2017-05-23 | 
| Udgivelsesdato | 2017-05-23 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Dominion's Deal Activator | 
| [email protected] | |
| Betalingsmetode | free | 
| URL til Fortrolighedspolitik Side | http://www.drivedominion.com/privacy-policy | 
| Understøttede Sprog | 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\/"
    ]
}  |  |