Integromat Customizable Extension
This extension enables you to push notifications from Integromat directly to your browser.
什么是Integromat Customizable Extension?
Integromat Customizable Extension是由https://www.integromat.com开发的Chrome扩展程序,该扩展的主要功能是“This extension enables you to push notifications from Integromat directly to your browser.”。
扩展截图
下载Integromat Customizable Extension扩展crx文件
下载Integromat Customizable Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Integromat will automate processes that you currently handle manually. It is not only capable of connecting apps but can also transfer and transform data. It works 24 hours a day, seven days a week and does not require your intervention. Simply set Integromat to do what you want and let it work for you. Save your time! 扩展基本信息
| 名称 | |
| ID | cfamjaolobgncfhomepbmjjihlbkchgb |
| 官方URL | https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb |
| 简介 | This extension enables you to push notifications from Integromat directly to your browser. |
| 文件大小 | 349 KB |
| 安装次数 | 2,949 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2022-01-27 |
| 上架时间 | 2019-10-25 |
| 评分 | 3.33/5 共6次评分 |
| 开发者 | https://www.integromat.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.integromat.com |
| 帮助页面URL | https://www.integromat.com/en/kb/faq.html |
| 隐私政策页面URL | https://www.integromat.com/en/help/privacy-notice |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Integromat Customizable Extension",
"description": "This extension enables you to push notifications from Integromat directly to your browser.",
"version": "1.1.3",
"browser_action": {
"default_icon": "icons\/integromat.png",
"default_title": "Integromat",
"default_popup": "settings.html"
},
"permissions": [
"notifications",
"gcm",
"storage"
],
"background": {
"page": "background.html",
"persistent": false
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"externally_connectable": {
"matches": [
"https:\/\/*.integromat.com\/*"
]
},
"content_security_policy": "default-src 'self';connect-src * data: blob: filesystem:;style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src 'self' data:;font-src 'self' data:; media-src * data: blob: filesystem:;"
} | |