DealActivator
This extension will attempt to get the equity of customers when on a CRM website.
Τι είναι το DealActivator;
Το DealActivator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dominion's Deal Activator, και η κύρια λειτουργία του είναι "This extension will attempt to get the equity of customers when on a CRM website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DealActivator
Λήψη αρχείων επέκτασης DealActivator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The new DealActivator Plug-in allows you to, simultaneously view equity on a customer you are working, while logged in to your CRM. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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\/"
]
} | |