Super Ali Beta
Enables you to look for video only products and mimic a purchase for ANY shopify store.
Super Ali Betaคืออะไร?
Super Ali Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Enables you to look for video only products and mimic a purchase for ANY shopify store."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Ali Beta
ดาวน์โหลดไฟล์ส่วนขยาย Super Ali Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The SuperAli extension adds new features to upgrade your marketing research: 1.A 'Video Only' filter for AliExpress. Filter out the products which have only video DIRECTLY on AliExpress and one-up your marketing research. 2. Fire pixel on ANY shopify store to mimic a purchase. Note: Requires a SuperAli membership to work.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Super Ali Beta |
ID | hkjdbmdombbaedfkenicjmbbcdckcbmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/super-ali-beta/hkjdbmdombbaedfkenicjmbbcdckcbmm |
คำอธิบาย | Enables you to look for video only products and mimic a purchase for ANY shopify store. |
ขนาดไฟล์ | 2.58 MB |
จำนวนการติดตั้ง | 305 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-05-10 |
วันที่เผยแพร่ | 2020-05-08 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://super-ali.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/jquery-3.3.1.min.js", "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "\/js\/jquery-3.3.1.min.js", "\/js\/aliexpress.js" ], "matches": [ "https:\/\/*.aliexpress.com\/af\/*", "https:\/\/*.aliexpress.com\/w\/*", "https:\/\/*.aliexpress.com\/category\/*", "https:\/\/*.aliexpress.com\/wholesale*", "https:\/\/*.aliexpress.com\/premium*" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/www.facebook.com\/" ], "js": [ "\/js\/jquery-3.3.1.min.js", "\/js\/facebook.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/*\/*" ], "js": [ "\/js\/jquery-3.3.1.min.js", "\/js\/firepurchase.js" ], "run_at": "document_idle" } ], "description": "Enables you to look for video only products and mimic a purchase for ANY shopify store.", "icons": { "128": "images\/128.png", "48": "images\/48x48.png", "32": "images\/32x32.png", "16": "images\/16.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZ+nOpX0KnIGidA66syk8jZByKcPJUvHGb4VqQKbIrydncn8dDSgycfcW6uIngexKW0NwkOFlORhoSltX7mZl7euUtEBLt5kBY7wc3xrNmQjOzyAy6n3\/d97dZm1VN+HFCcjYqyingYdktI3z7dW6h\/kKwunvMpmL3p1YWq1E1Jc0WCJRgixGTMGxUxcNxRQfBeE9fFIgmmKvP3NaFmWu7hLQi20qOdvRieJwg3JWS4Cs8KufP2XnB\/TFigUIzCs9SD7DUoj7h8JOlFa8cwu+BAxWY5qP\/O0+LJ3Ke7NH8KiBpnNyaoNTXH\/tzhcLEPErXT6B6YSvI5q5xpcpWnUiQIDAQAB", "manifest_version": 2, "name": "Super Ali Beta", "permissions": [ "storage", "http:\/\/*.super-ali.com\/*", "notifications" ], "version": "1.3", "web_accessible_resources": [ "*.png", "new.html" ] } |