Wasla | وصلة

Shop more and pay less. With a click of a button, Wasla Deals will connect you to the best prices online.

Τι είναι το Wasla | وصلة;

Το Wasla | وصلة είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome-extension-developers, και η κύρια λειτουργία του είναι "Shop more and pay less. With a click of a button, Wasla Deals will connect you to the best prices online.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wasla | وصلة

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

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

                        Browse, Shop and Save Money! Wasla is your new shopping assistant, we believe in a better internet that helps us save money whenever we shop online.
Wasla is a free browser extension that searches for and aggregates the best deals available on the internet. With a click of a button, Wasla Deals will connect you to the best prices online. To start shopping smarter and saving money online, our extension will notify you once you land on a merchant partner’s site with a valid discount code waiting for you to copy it or a cashback deal that you could activate.
With Wasla Rewards, you can redeem your cashback points earned from your online purchases for rewards on the Wasla Browser App; such as free mobile airtime, internet and more! We’re always adding new stores, rewards and features so stay tuned.

Here is how it works:
1. Download the Extension: It just takes a few seconds and its 100% free and secure.

2. Shop as Usual: We’ll alert you once you land on a website with available deals, we have all your favourite brands in one place.

3. Activate the Offer: Click on the offer to activate it, or copy the code and paste it in the promocode section at checkout.                    

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

Όνομα Wasla | وصلة Wasla | وصلة
ID ideliakjhocpccihddcjhdjhhmfiekkj
Επίσημο URL https://chromewebstore.google.com/detail/wasla-%D9%88%D8%B5%D9%84%D8%A9/ideliakjhocpccihddcjhdjhhmfiekkj
Περιγραφή Shop more and pay less. With a click of a button, Wasla Deals will connect you to the best prices online.
Μέγεθος Αρχείου 360 KB
Αριθμός Εγκαταστάσεων 408
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-01-05
Ημερομηνία Δημοσίευσης 2021-10-12
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής chrome-extension-developers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://waslabrowser.com/terms-of-service
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wasla | \u0648\u0635\u0644\u0629",
    "description": "Shop more and pay less. With a click of a button, Wasla Deals will connect you to the best prices online.",
    "version": "1.1.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/gw.waslabrowser.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/src\/popup\/env.js",
                ".\/src\/utilities\/endpoints-bundled.js",
                ".\/src\/utilities\/network-bundled.js",
                ".\/src\/popup\/analytics.js",
                ".\/src\/content\/script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/utilities\/network.js",
                "src\/utilities\/endpoints.js",
                "src\/utilities\/query-string.js",
                "src\/utilities\/split-on-first.js",
                "src\/utilities\/filter-obj.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "\/src\/static\/images\/icon\/16.png",
            "32": "\/src\/static\/images\/icon\/32.png",
            "48": "\/src\/static\/images\/icon\/48.png",
            "128": "\/src\/static\/images\/icon\/128.png"
        }
    },
    "icons": {
        "16": "\/src\/static\/images\/icon\/16.png",
        "32": "\/src\/static\/images\/icon\/32.png",
        "48": "\/src\/static\/images\/icon\/48.png",
        "128": "\/src\/static\/images\/icon\/128.png"
    }
}