Dropp Extension
The dropp web extension companion to the dropp mobile wallet
¿Qué es Dropp Extension?
Dropp Extension es una extensión de Chrome desarrollada por https://dropp.cc, y su función principal es "The dropp web extension companion to the dropp mobile wallet".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dropp Extension
Descarga archivos de extensión Dropp Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Dropp Extension |
ID | hgfpnmhnmmneldokmpncjmeijkapgbbf |
URL Oficial | https://chromewebstore.google.com/detail/dropp-extension/hgfpnmhnmmneldokmpncjmeijkapgbbf |
Descripción | The dropp web extension companion to the dropp mobile wallet |
Tamaño del Archivo | 5.69 MB |
Cantidad de Instalaciones | 173 |
Versión Actual | 2.2.13 |
Última Actualización | 2024-01-30 |
Fecha de Publicación | 2021-01-09 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://dropp.cc |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://dropp.cc |
URL de la Página de Política de Privacidad | https://dropp.cc/user-agreement-plain-text |
Idiomas Soportados | 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\/*", " |