Molly

Molly automatically finds better prices, coupon codes and warns you about bad reviews when you shop online.

Mollyคืออะไร?

Molly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Molly และคุณลักษณะหลักของมันคือ "Molly automatically finds better prices, coupon codes and warns you about bad reviews when you shop online."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Molly

ดาวน์โหลดไฟล์ส่วนขยาย Molly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatic price check
Molly automatically price checks the product you are looking at. If you can save money on other webshops, you'll get direct links to the cheapest site. 

Automatic discount check
Have you noticed that almost all webshops have a discount code field? If you don't fill it in, you'll probably miss out on a discount on your purchase. Molly automatically finds and inserts coupon codes for you and keeps the one that gives you the biggest saving. So you don't have to spend time looking for dodgy codes yourself. Molly works in more than 25000 webshops, and we're adding new ones all the time. 

Help to save
In some situations, Molly offers a discreet tip on where you can save the most. Also, when you search on Google, Molly highlights where you can get extra discounts.

Security
Have you also tried to place an order and too late see the bad ratings of the webshop? Molly automatically shows you reviews before you shop. With Molly installed, you can shop more confidently than before. 

Visibility
As your shopping assistant, Molly is always at hand. Important messages pop up on their own - otherwise click on the icon for info. Molly is automatically minimised when you click through the webshop.

One-click-copy
If Molly can't test the coupon codes itself, you can always try them manually. Just tap on the discount code itself and you have automatically copied it. Now you just have to paste the code into the discount code field yourself. 

Sharing of coupon codes
If you have a discount code you would like to share with other users, you can either send it directly to us by email: [email protected] or enter it in the discount code field in the webshop and Molly will automatically ask you if you want to share it.

Follow webshops
Click on the heart when you visit your favourite webshop. Molly will let you know when you can save with new coupon codes.Keep an eye on the NEW icon - you won't miss out on a bargain.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Molly Molly
ID jcbjknkcpodniflhegplcmjonnfhnhmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/molly/jcbjknkcpodniflhegplcmjonnfhnhmi
คำอธิบาย Molly automatically finds better prices, coupon codes and warns you about bad reviews when you shop online.
ขนาดไฟล์ 2 MB
จำนวนการติดตั้ง 41,868
เวอร์ชันปัจจุบัน 1.11.0
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2021-09-02
คะแนน 4.90/5 รวมทั้งหมด 154 คะแนน
ผู้พัฒนา Molly
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mollyapp.io
URL หน้าช่วยเหลือ https://mollyapp.io/faq
URL หน้านโยบายความเป็นส่วนตัว https://mollyapp.io/privatlivspolitik
ภาษาที่รองรับ en,da,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.11.0",
    "manifest_version": 3,
    "default_locale": "da",
    "action": {
        "default_icon": "assets\/icons\/chrome_molly_256x256_no_new.png"
    },
    "icons": {
        "256": "assets\/icons\/256x256icon.png",
        "512": "assets\/icons\/512x512icon.png",
        "1024": "assets\/icons\/1024x1024icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/content\/*",
                "searchenhancer\/*",
                "\/front\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "\/front\/index.html",
        "open_in_tab": true
    }
}