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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables you to push notifications from Integromat directly to your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Integromat Customizable Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Integromat Customizable Extension |
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:;" } |