Shiba Inu: SHIB Deb Wallet
Optimise your mailing bounce rate
什么是Shiba Inu: SHIB Deb Wallet?
Shiba Inu: SHIB Deb Wallet是由Debouncer开发的Chrome扩展程序,该扩展的主要功能是“Optimise your mailing bounce rate”。
扩展截图
下载Shiba Inu: SHIB Deb Wallet扩展crx文件
下载Shiba Inu: SHIB Deb Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | odkmaepfbjcggennekfmkpediobhidca |
官方URL | https://chrome.google.com/webstore/detail/shiba-inu-shib-deb-wallet/odkmaepfbjcggennekfmkpediobhidca |
简介 | Optimise your mailing bounce rate |
文件大小 | 114 KB |
安装次数 | 106 |
当前版本 | 0.7.1 |
更新时间 | 2021-11-23 |
上架时间 | 2021-11-18 |
评分 | 4.99/5 共76次评分 |
开发者 | Debouncer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |