Omniconvert Explore A/B Editor
Omniconvert Explore A/B Editor
Omniconvert Explore A/B Editor क्या है?
Omniconvert Explore A/B Editor https://www.omniconvert.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Omniconvert Explore A/B Editor"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Omniconvert Explore A/B Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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": [ " |