DealActivator
This extension will attempt to get the equity of customers when on a CRM website.
O que é DealActivator?
DealActivator é uma extensão do Chrome desenvolvida por Dominion's Deal Activator, e sua principal característica é "This extension will attempt to get the equity of customers when on a CRM website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DealActivator
Baixe arquivos de extensão DealActivator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The new DealActivator Plug-in allows you to, simultaneously view equity on a customer you are working, while logged in to your CRM.
Informações Básicas da Extensão
Nome | DealActivator |
ID | jfclfmnkoionkomidegokljcboeldgbb |
URL Oficial | https://chromewebstore.google.com/detail/dealactivator/jfclfmnkoionkomidegokljcboeldgbb |
Descrição | This extension will attempt to get the equity of customers when on a CRM website. |
Tamanho do Arquivo | 646 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0.6 |
Última Atualização | 2017-05-23 |
Data de Publicação | 2017-05-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Dominion's Deal Activator |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.drivedominion.com/privacy-policy |
Idiomas Suportados | 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\/" ] } |