Omniconvert Explore A/B Editor
Omniconvert Explore A/B Editor
What is Omniconvert Explore A/B Editor?
Omniconvert Explore A/B Editor is a Chrome extension developed by https://www.omniconvert.com, and its main feature is "Omniconvert Explore A/B Editor".
Extension Screenshots
Download Omniconvert Explore A/B Editor Extension CRX File
Download Omniconvert Explore A/B Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Omniconvert Explore A/B Editor |
ID | nfflknknghikblfnilakomegmhoilomi |
Official URL | https://chromewebstore.google.com/detail/omniconvert-explore-ab-ed/nfflknknghikblfnilakomegmhoilomi |
Description | Omniconvert Explore A/B Editor |
File Size | 623 KB |
Installation Count | 82 |
Current Version | 1.4.8 |
Last Updated | 2024-02-21 |
Publish Date | 2023-10-16 |
Developer | https://www.omniconvert.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.omniconvert.com/privacy-security |
Supported Languages | 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": [ " |