SwipeSwipe

Turn your overspending into wealth and achieve financial freedom

Τι είναι το SwipeSwipe;

Το SwipeSwipe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://swipeswipe.co, και η κύρια λειτουργία του είναι "Turn your overspending into wealth and achieve financial freedom".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        SwipeSwipe empowers users to build better financial futures - think saving for retirement, paying for college, and getting debt under control. Our free Chrome extension helps manage spending so you can create wealth - after all, financial freedom begins at checkout. 

As an early adopter of SwipeSwipe’s technology, you’ll have the chance to shape the direction of our product, share feedback directly with the founding team, and save money while doing it. Right now, we support Amazon shopping - and we’ll soon support many more of your favorite sites. 

You can set limits for guilt-free spending, get notifications to prevent overspending,and get tips on how you can create wealth by putting these savings to work. .
We would love to hear from you! Shoot us a note at [email protected]. Tell us what you like about our beta version, what you don’ t like, and what you want us to build in our next version.

By using SwipeSwipe browser extension, you agree to SwipeSwipe terms and conditions: https://swipeswipe.co/terms

Disclaimer: We use analytic tools that collect extension usage statistics and shopping statistics that help improve our service to you to save more money, make better decisions and to help you improve your shopping habits, so you have the money for what matters the most.                    

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

Όνομα SwipeSwipe SwipeSwipe
ID jmephhldhjnmcmmnmgoiibamhgeoolbl
Επίσημο URL https://chromewebstore.google.com/detail/swipeswipe/jmephhldhjnmcmmnmgoiibamhgeoolbl
Περιγραφή Turn your overspending into wealth and achieve financial freedom
Μέγεθος Αρχείου 1.75 MB
Αριθμός Εγκαταστάσεων 73
Τρέχουσα Έκδοση 0.0.12
Τελευταία Ενημέρωση 2024-02-11
Ημερομηνία Δημοσίευσης 2023-11-15
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής https://swipeswipe.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://swipeswipe.co/
URL της Σελίδας Πολιτικής Απορρήτου https://swipeswipe.co/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Turn your overspending into wealth and achieve financial freedom",
    "version": "0.0.12",
    "manifest_version": 3,
    "name": "SwipeSwipe",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "extension_icon_48.png"
    },
    "icons": {
        "16": "extension_icon_16.png",
        "32": "extension_icon_32.png",
        "48": "extension_icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.walmart.com\/*",
                "https:\/\/www.homedepot.com\/*",
                "https:\/\/www.target.com\/*",
                "https:\/\/www.etsy.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.homedepot.com\/*",
        "*:\/\/*.target.com\/*",
        "*:\/\/*.etsy.com\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "swipe-logo.svg",
                "SwipeSwipe_icon.svg"
            ],
            "matches": []
        },
        {
            "resources": [
                "LibreFranklin-Medium.ttf"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.walmart.com\/*",
                "https:\/\/www.homedepot.com\/*",
                "https:\/\/www.target.com\/*",
                "https:\/\/www.etsy.com\/*"
            ]
        }
    ]
}