Omniconvert Explore A/B Editor
Omniconvert Explore A/B Editor
ما هو Omniconvert Explore A/B Editor؟
Omniconvert Explore A/B Editor هو إضافة Chrome تم تطويرها بواسطة https://www.omniconvert.com، والميزة الرئيسية لها هي "Omniconvert Explore A/B Editor".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Omniconvert Explore A/B Editor
قم بتنزيل ملفات الامتداد Omniconvert Explore A/B Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides you with an option to create A/B variations right within your browser. You can edit existing elements or insert new ones. For existing Explore users: all the functionality that was available inside our platform is now also available straight in your browser.
معلومات أساسية عن التمديد
الاسم | Omniconvert Explore A/B Editor |
ID | nfflknknghikblfnilakomegmhoilomi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/omniconvert-explore-ab-ed/nfflknknghikblfnilakomegmhoilomi |
الوصف | Omniconvert Explore A/B Editor |
حجم الملف | 623 KB |
عدد التثبيتات | 82 |
النسخة الحالية | 1.4.8 |
آخر تحديث | 2024-02-21 |
تاريخ النشر | 2023-10-16 |
المطور | https://www.omniconvert.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.omniconvert.com/privacy-security |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Omniconvert Explore A\/B Editor", "description": "Omniconvert Explore A\/B Editor", "version": "1.4.8", "icons": { "1200": "common\/icons\/icon.png" }, "permissions": [ "activeTab", "tabs", "scripting", "declarativeNetRequest" ], "minimum_chrome_version": "101", "background": { "service_worker": "common\/js\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "common\/js\/browser-polyfill.min.js", "common\/js\/select_env.js", "common\/js\/content_scripts.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "common\/js\/bridge.js", "inject\/app.js", "inject\/app.css" ], "matches": [ " |