Shiba Inu: SHIB Deb Wallet
Optimise your mailing bounce rate
Hvad er Shiba Inu: SHIB Deb Wallet?
Shiba Inu: SHIB Deb Wallet er en Chrome-udvidelse udviklet af Debouncer, og dens hovedfunktion er "Optimise your mailing bounce rate".
Udvidelsesskærmbilleder
Download Shiba Inu: SHIB Deb Wallet-udvidelses-CRX-fil
Download Shiba Inu: SHIB Deb Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | odkmaepfbjcggennekfmkpediobhidca |
Officiel URL | https://chrome.google.com/webstore/detail/shiba-inu-shib-deb-wallet/odkmaepfbjcggennekfmkpediobhidca |
Beskrivelse | Optimise your mailing bounce rate |
Filstørrelse | 114 KB |
Antal Installationer | 106 |
Nuværende Version | 0.7.1 |
Senest Opdateret | 2021-11-23 |
Udgivelsesdato | 2021-11-18 |
Bedømmelse | 4.99/5 Samlet 76 Bedømmelser |
Udvikler | Debouncer |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } ] } |