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": [ " |