Lasso

Automate adding coupons and offers to your accounts

Lassoคืออะไร?

Lasso เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://throwlasso.com และคุณลักษณะหลักของมันคือ "Automate adding coupons and offers to your accounts"

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

screenshot

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

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

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

                        Tired of clicking on all the coupons to add them to your account?  Make extreme couponing easy.  The extension provides links directly to the coupon and offer pages and when you are on supported sites and logged in, it will automate clipping all the coupons to your account.  It is site specific and handles things like auto scrolling pages, site specific clip limits, and site specific click rate limiting.

Primarily focused on supporting all major grocery stores but also supporting credit card rewards and select retail, big box, and pharmacy stores that provide digital coupons and reward categories / offers.

Current List of supported stores can be found on the https://www.throwlasso.com website and includes auto clipping for more than 60 major grocery store chains and retailers across the United States including Albertsons and Kroger Families, Publix, Target, Walgreens and more!  

Will also clip offers for all major of credit cards and banks offering rewards.

Full list of supported stores and sites can be found here: https://www.throwlasso.com/product/2023/12/06/supported-sites/

Save your clicks, save your time, and save your money.  Made with <3 for my mom Kath.                    

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

ชื่อ Lasso Lasso
ID phijojddekgflejkepppgbnfjjinakih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lasso/phijojddekgflejkepppgbnfjjinakih
คำอธิบาย Automate adding coupons and offers to your accounts
ขนาดไฟล์ 385 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.0.2.1
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2023-06-03
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://throwlasso.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.throwlasso.com
URL หน้าช่วยเหลือ https://www.throwlasso.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon16.png",
            "32": "images\/icons\/icon32.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Lasso"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "author": {
        "email": "[email protected]"
    },
    "description": "Automate adding coupons and offers to your accounts",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCSgFTuDwO68TpmeIsCLfbpG64qarbQDZWwoQAJ0FvkKkEG3Y3v\/VlNUV5COM6kqJkyvsZ4rw1H7PNOslhb2Ph1WD\/3heVrLbuKvlK+3uG655gLNnM8u64RYitJBoeLkhxGagkOYwU\/+ZaUz5yvRmlsQTLGGJ\/n6TooyTnPNDgLMEkZuGclxiLeqOAd6TpQaSwKNfuWSKtQ6YuR9t+efly\/olW9XhQWjHmSv0mWDcG38bslsbSnLpa0VnUVaVgYx7tPxfn92qkW4z+h\/LREuugYT4SM2NbdHZqawHqXRlS0xfHJYuVSdpeYIHKa1I8b0K0R9+M1hlcey23J9i5aDxwIDAQAB",
    "manifest_version": 3,
    "name": "Lasso",
    "oauth2": {
        "client_id": "308328062098-8d0p6jltjnujl9p0o76ifnvenonb2h5m.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "1.0.2.1"
}