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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |