ABTasty
ABTasty extension
ABTastyคืออะไร?
ABTasty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย analytics และคุณลักษณะหลักของมันคือ "ABTasty extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ABTasty
ดาวน์โหลดไฟล์ส่วนขยาย ABTasty ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The ABTasty extension let you manage your test and variations from the browser. You will be able to create tests while browsing your website, preview variations, and much more. http://www.abtasty.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ABTasty |
ID | bigoemfnjgidfijehdgillncneklifgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb |
คำอธิบาย | ABTasty extension |
ขนาดไฟล์ | 262 KB |
จำนวนการติดตั้ง | 973 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2016-02-22 |
วันที่เผยแพร่ | 2016-02-22 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | analytics |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.abtasty.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "ABTasty extension", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "ABTasty", "permissions": [ "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.2" } |