Shiba Inu: SHIB Deb Wallet

Optimise your mailing bounce rate

Vad är Shiba Inu: SHIB Deb Wallet?

Shiba Inu: SHIB Deb Wallet är en Chrome-tillägg utvecklad av Debouncer, och dess huvudfunktion är "Optimise your mailing bounce rate".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Shiba Inu: SHIB Deb Wallet-förlängningens CRX-fil

Ladda ner Shiba Inu: SHIB Deb Wallet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Shiba Inu: SHIB Deb Wallet Shiba Inu: SHIB Deb Wallet
ID odkmaepfbjcggennekfmkpediobhidca
Officiell webbadress https://chrome.google.com/webstore/detail/shiba-inu-shib-deb-wallet/odkmaepfbjcggennekfmkpediobhidca
Beskrivning Optimise your mailing bounce rate
Filstorlek 114 KB
Antal Installationer 106
Aktuell Version 0.7.1
Senast Uppdaterad 2021-11-23
Publiceringsdatum 2021-11-18
Betyg 4.99/5 Totalt 76 Betyg
Utvecklare Debouncer
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}