Trashie

Boost rewards with Trashie's Chrome Extension! Connect to 15,000+ brands, earn discounts & Trashie cash. Shop, recycle & earn.

Τι είναι το Trashie;

Το Trashie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trashie, και η κύρια λειτουργία του είναι "Boost rewards with Trashie's Chrome Extension! Connect to 15,000+ brands, earn discounts & Trashie cash. Shop, recycle & earn.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trashie

Λήψη αρχείων επέκτασης Trashie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unlock Exclusive Rewards with Trashie's Chrome Extension!

Get ready to supercharge your rewards with Trashie's Chrome Extension – your ticket to earning more while you shop! Seamlessly connect to over 15,000 brands that do better, and start earning exclusive discounts and Trashie cash automatically. It's shopping with a purpose, and it's as easy as 1-2-3:

1-Install the Trashie Chrome Extension and log in with your Trashie account details.
2-Shop online and watch for alerts to activate Trashie's exclusive offers from top brands.
3- Activate offers to earn extra Trashie cash and snag unique discounts as you check out.

With big names like All Birds, Outdoor Voices & Nisolo and countless others invested in your rewards, the Trashie Chrome Extension ensures your future gets brighter every time you shop. Explore the extension for an array of exciting brands and offers tailored just for you.

You can also earn rewards for recycling your unwanted clothing and linens by using our Take Back Bag, which loads your account with $20 in Trashie Cash. Spend your cash through Gift Cards or at ForDays.com.

Don't have a Trashie account yet? No worries! Sign up quickly through the Trashie Chrome Extension or go to www.trashie.io. 

By adding the Trashie Chrome Extension, you're agreeing to our terms of service (https://www.trashie.io/terms-of-service) and Privacy Policy (https://www.trashie.io/privacy-policy). Keep in mind that offers in the extension and app might have varying rewards, and availability could differ between the two platforms. Get ready to shop smarter with Trashie!

This is a white label extension made for Trashie.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Trashie Trashie
ID mhaamcbaeggmpmmdppgeimpkmnfmhgpc
Επίσημο URL https://chromewebstore.google.com/detail/trashie/mhaamcbaeggmpmmdppgeimpkmnfmhgpc
Περιγραφή Boost rewards with Trashie's Chrome Extension! Connect to 15,000+ brands, earn discounts & Trashie cash. Shop, recycle & earn.
Μέγεθος Αρχείου 2.48 MB
Αριθμός Εγκαταστάσεων 4,375
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2024-02-10
Ημερομηνία Δημοσίευσης 2023-09-28
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Trashie
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.trashie.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.trashie.io/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.trashie.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Trashie",
    "short_name": "Trashie",
    "description": "Boost rewards with Trashie's Chrome Extension! Connect to 15,000+ brands, earn discounts & Trashie cash. Shop, recycle & earn.",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/icon-disabled-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}