Integromat Customizable Extension
This extension enables you to push notifications from Integromat directly to your browser.
ما هو Integromat Customizable Extension؟
Integromat Customizable Extension هو إضافة Chrome تم تطويرها بواسطة https://www.integromat.com، والميزة الرئيسية لها هي "This extension enables you to push notifications from Integromat directly to your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Integromat Customizable Extension
قم بتنزيل ملفات الامتداد Integromat Customizable Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://www.integromat.com/en/kb/faq.html |
عنوان صفحة سياسة الخصوصية | 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:;" } |