Dropp Extension

The dropp web extension companion to the dropp mobile wallet

Τι είναι το Dropp Extension;

Το Dropp Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dropp.cc, και η κύρια λειτουργία του είναι "The dropp web extension companion to the dropp mobile wallet".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Dropp extension is a companion to the Dropp mobile wallet.  In order to use Dropp in your desktop internet browser, you must first set up your wallet on a mobile device and then connect it to your browser.   With Dropp, users can make payments for goods and services with Dropp-enabled Merchants.

Why use Dropp?

Dropp has been specifically designed for consumers to make small value purchases instantly without sharing personal details. Dropp’s wallet is convenient, secure, and allows the consumer to make frequent purchases of small value items.

Dropp maintains complete privacy of the purchases for the consumer. It is a self-managed wallet where the consumer is in complete control of their data.

The platform is designed specifically to make it economically viable for small value transactions. Merchants of all types from a coffee shop to a data company can offer their goods and services in bite-size.

What do people use Dropp for?

Dropp’s pay-per-use micro-payment services can be used to enable purchases for a wide range of goods and services. Our micro-payment service opens up infinite possibilities for merchants. For example, rent an electric scooter for 10 mins, pay for 5 minutes of parking, purchase a background check, listen to a single podcast (5 cents), buy a cloud-based video surveillance service for a day or just buy a coffee at a store. Dropp offers limitless possibilities to all types of merchants to offer goods and services in small increments.                    

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

Όνομα Dropp Extension Dropp Extension
ID hgfpnmhnmmneldokmpncjmeijkapgbbf
Επίσημο URL https://chromewebstore.google.com/detail/dropp-extension/hgfpnmhnmmneldokmpncjmeijkapgbbf
Περιγραφή The dropp web extension companion to the dropp mobile wallet
Μέγεθος Αρχείου 5.69 MB
Αριθμός Εγκαταστάσεων 173
Τρέχουσα Έκδοση 2.2.13
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2021-01-09
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://dropp.cc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://dropp.cc
URL της Σελίδας Πολιτικής Απορρήτου https://dropp.cc/user-agreement-plain-text
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dropp Extension",
    "description": "The dropp web extension companion to the dropp mobile wallet",
    "version": "2.2.13",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dropp.app.link\/*",
                "https:\/\/dropp.test-app.link\/*",
                "https:\/\/dropp.cc\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject-script.js"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "dropp16.png",
        "48": "dropp48.png",
        "128": "dropp128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/dropp.app.link\/*",
        "https:\/\/dropp.test-app.link\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3\/ 'sha256-0c1lTu+Vz2BPFx\/Ruv56KLK7+Eeq6Ncws+yh3Nly8H8=' https:\/\/www.ipqualityscore.com\/api\/dropp.cc\/3opnKlCCCA0JU49oLKKs8fTIMMZKF2gX8yvNNHBOUSWCqrGsphJwoivPALzraUZoYgkUaFRUc6KK9LDQ1vpYH2SOyOAgQV4zKH9Cp8NvCKJ4sJ7NA3W3DWxp2PGmsvu0wNqHiSDIeHAwGMU8yMFZWnCiDQW4BvDsDo6t88zeuHHUdt7BpbHSNWlsUxbcrgpMEDlKodaAwLp9tTkWjwUjzzlQP6DOmsUJacaflc4NzPaOZsYFi3enEifhgnJvpQ2A\/learn.js https:\/\/cdn.plaid.com\/link\/v2\/stable\/link-initialize.js  'unsafe-eval'; object-src 'self'"
}