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 |
| Eメール | [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": [
" | |