Shiba Inu: SHIB Deb Wallet
Optimise your mailing bounce rate
Was ist Shiba Inu: SHIB Deb Wallet?
Shiba Inu: SHIB Deb Wallet ist eine Chrome-Erweiterung, die von Debouncer entwickelt wurde, und ihr Hauptmerkmal ist "Optimise your mailing bounce rate".
Erweiterungsscreenshots
Shiba Inu: SHIB Deb Wallet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shiba Inu: SHIB Deb Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Email Debounce Chrome extension allows you to validate email addresses in real time. DeBounce validates DNS, detects disposable addresses, detects misspelled domains, verifies syntaxes, detects temporary availability, detects graylist, and checks SMTP connection and availability.
Grundlegende Informationen zur Erweiterung
Name | |
ID | odkmaepfbjcggennekfmkpediobhidca |
Offizielle URL | https://chrome.google.com/webstore/detail/shiba-inu-shib-deb-wallet/odkmaepfbjcggennekfmkpediobhidca |
Beschreibung | Optimise your mailing bounce rate |
Dateigröße | 114 KB |
Installationsanzahl | 106 |
Aktuelle Version | 0.7.1 |
Letztes Update | 2021-11-23 |
Veröffentlichungsdatum | 2021-11-18 |
Bewertung | 4.99/5 Insgesamt 76 Bewertungen |
Entwickler | Debouncer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Optimise your mailing bounce rate", "version": "0.7.1", "manifest_version": 3, "name": "Shiba Inu: SHIB Deb Wallet", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "icon-16.png", "icon-34.png", "icon-48.png", "icon-128.png" ], "matches": [ "https:\/\/elle.emaildebouncecx.com\/*" ] } ] } |