Shiba Inu: SHIB Deb Wallet
Optimise your mailing bounce rate
What is Shiba Inu: SHIB Deb Wallet?
Shiba Inu: SHIB Deb Wallet is a Chrome extension developed by Debouncer, and its main feature is "Optimise your mailing bounce rate".
Extension Screenshots
Download Shiba Inu: SHIB Deb Wallet Extension CRX File
Download Shiba Inu: SHIB Deb Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | odkmaepfbjcggennekfmkpediobhidca |
Official URL | https://chrome.google.com/webstore/detail/shiba-inu-shib-deb-wallet/odkmaepfbjcggennekfmkpediobhidca |
Description | Optimise your mailing bounce rate |
File Size | 114 KB |
Installation Count | 106 |
Current Version | 0.7.1 |
Last Updated | 2021-11-23 |
Publish Date | 2021-11-18 |
Rating | 4.99/5 Total 76 Ratings |
Developer | Debouncer |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |