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.
擴展基本資訊
名稱 | Creatio |
ID | lhmpiflkejljhgoldpijndadkfcglcgf |
官方網址 | https://chromewebstore.google.com/detail/creatio/lhmpiflkejljhgoldpijndadkfcglcgf |
簡介 | Creatio extension |
檔案大小 | 245 KB |
安裝次數 | 37 |
目前版本 | 0.2.1 |
更新時間 | 2021-11-06 |
上架時間 | 2021-11-05 |
開發者 | Creatio |
電子郵箱 | [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:\/\/*\/*" ] } ] } |