DealActivator
This extension will attempt to get the equity of customers when on a CRM website.
DealActivator क्या है?
DealActivator Dominion's Deal Activator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will attempt to get the equity of customers when on a CRM website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DealActivator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The new DealActivator Plug-in allows you to, simultaneously view equity on a customer you are working, while logged in to your CRM.
एक्सटेंशन की मूल जानकारी
नाम | DealActivator |
ID | jfclfmnkoionkomidegokljcboeldgbb |
आधिकारिक URL | 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\/" ] } |