DealActivator
This extension will attempt to get the equity of customers when on a CRM website.
DealActivatorとは何ですか?
DealActivatorはDominion's Deal Activatorによって開発されたChromeの拡張機能で、その主な機能は「This extension will attempt to get the equity of customers when on a CRM website.」です。
拡張機能のスクリーンショット
DealActivator拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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\/"
]
} | |