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 |
官方URL | 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:\/\/*\/*" ] } ] } |