Creatio
Creatio extension
Creatioとは何ですか?
CreatioはCreatioによって開発されたChromeの拡張機能で、その主な機能は「Creatio extension」です。
拡張機能のスクリーンショット
Creatio拡張機能のCRXファイルをダウンロード
Creatio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows to find information about the company by website in Creatio CRM and add Account record for companies that are not added to the CRM yet. 拡張機能の基本情報
| 名前 | |
| ID | lhmpiflkejljhgoldpijndadkfcglcgf |
| 公式URL | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
| 説明 | Creatio extension |
| ファイルサイズ | 245 KB |
| インストール数 | 37 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2021-11-06 |
| 公開日 | 2021-11-05 |
| 開発者 | Creatio |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.creatio.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Creatio",
"action": {
"default_icon": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png"
}
},
"icons": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png"
},
"manifest_version": 3,
"version": "0.2.1",
"description": "Creatio extension",
"permissions": [
"storage",
"cookies",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"https:\/\/*.creatio.com\/*"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"web_accessible_resources": [
{
"resources": [
"sidebar.html"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
} | |