Bezly
This is a review summarizer extension which will give you a shot and clean summary of review of any amazon product
Bezlyคืออะไร?
Bezly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bezlyai และคุณลักษณะหลักของมันคือ "This is a review summarizer extension which will give you a shot and clean summary of review of any amazon product"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bezly
ดาวน์โหลดไฟล์ส่วนขยาย Bezly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        👋 Welcome to Bezly - the smart shopping assistant! 🛍️
Are you tired of reading through countless product reviews before making a purchasing decision? With Bezly, you don't have to! Our Chrome extension provides a quick summary of the pros and cons of any product with just a few clicks, helping you make informed purchasing decisions in no time. 💻
Bezly's user-friendly interface makes it easy to use for everyone, and our AI-powered technology ensures that you get the best possible shopping experience. Plus, our extension is designed to work seamlessly with Amazon - one of the world's largest online marketplaces. 🌎
Simply add Bezly to your browser, go to Amazon, and click on any product. Click on the Bezly extension, and click Summarise Review! Voila!! Get a summary of the product's reviews, with key pros and cons highlighted in one line. 📝
Here's what you can expect from Bezly:
👍 Instant review summaries with pros and cons
📈 AI-powered technology for better shopping experience
💻 Easy-to-use Chrome extension
🛍️ Seamlessly integrated with Amazon
👨💼 Great for shoppers and businesses alike
With Bezly, you can make informed purchasing decisions quickly and easily. Plus, our AI-powered technology ensures that you get the best possible shopping experience. 🤖
And best of all? Bezly is completely free to try! Download it today and start shopping smarter. 🤖
So why wait? Download Bezly today and enjoy stress-free online shopping! And don't forget to leave a review to let us know how we're doing! 🌟
DM us on Twitter for the any feedbacks https://twitter.com/bezlyai                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | mboiafabkiobdcppipohcgjglnokmfjp | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bezly/mboiafabkiobdcppipohcgjglnokmfjp | 
| คำอธิบาย | This is a review summarizer extension which will give you a shot and clean summary of review of any amazon product | 
| ขนาดไฟล์ | 133 KB | 
| จำนวนการติดตั้ง | 95 | 
| เวอร์ชันปัจจุบัน | 0.0.2 | 
| อัปเดตครั้งล่าสุด | 2023-03-07 | 
| วันที่เผยแพร่ | 2023-03-01 | 
| ผู้พัฒนา | bezlyai | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | in_app | 
| เว็บไซต์ส่วนขยาย | https://bezly.xyz | 
| URL หน้าช่วยเหลือ | https://twitter.com/bezlyai | 
| URL หน้านโยบายความเป็นส่วนตัว | https://trusting-throne-b1a.notion.site/PRIVACY-POLICY-48a57832285d468bbf63bb25efe6f4ad | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bezly",
    "version": "0.0.2",
    "description": "This is a review summarizer extension which will give you a shot and clean summary of review of any amazon product",
    "action": {
        "default_title": "Bezly | The Ultimate Amazon Review Summarizer",
        "default_popup": "index.html",
        "default_icon": {
            "16": "imgs\/16x16.png",
            "32": "imgs\/32x32.png",
            "48": "imgs\/48x48.png",
            "128": "imgs\/128x128.png"
        }
    },
    "manifest_version": 3,
    "icons": {
        "16": "imgs\/16x16.png",
        "32": "imgs\/32x32.png",
        "48": "imgs\/48x48.png",
        "128": "imgs\/128x128.png"
    },
    "host_permissions": [
        "https:\/\/api.bezly.xyz\/*",
        "https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/sweetalert2.min.js"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ]
}  |  |