Integromat Customizable Extension
This extension enables you to push notifications from Integromat directly to your browser.
Integromat Customizable Extension là gì?
Integromat Customizable Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.integromat.com, và tính năng chính của nó là "This extension enables you to push notifications from Integromat directly to your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Integromat Customizable Extension
Tải xuống các tệp mở rộng Integromat Customizable Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Integromat Customizable Extension |
ID | cfamjaolobgncfhomepbmjjihlbkchgb |
URL Chính Thức | https://chromewebstore.google.com/detail/integromat-customizable-e/cfamjaolobgncfhomepbmjjihlbkchgb |
Mô tả | This extension enables you to push notifications from Integromat directly to your browser. |
Kích Thước Tệp | 349 KB |
Số Lần Cài Đặt | 2,949 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2022-01-27 |
Ngày Phát Hành | 2019-10-25 |
Đánh Giá | 3.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.integromat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.integromat.com |
URL Trang Trợ Giúp | https://www.integromat.com/en/kb/faq.html |
URL Trang Chính Sách Bảo Mật | https://www.integromat.com/en/help/privacy-notice |
Ngôn Ngữ Được Hỗ Trợ | 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:;" } |