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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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": [ " |