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 |
官方網址 | 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\/*" ] } ] } |