Omniconvert Explore A/B Editor
Omniconvert Explore A/B Editor
什么是Omniconvert Explore A/B Editor?
Omniconvert Explore A/B Editor是由https://www.omniconvert.com开发的Chrome扩展程序,该扩展的主要功能是“Omniconvert Explore A/B Editor”。
扩展截图
下载Omniconvert Explore A/B Editor扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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": [
" | |