Domain Check Plugin

Instant Domain Check. See if your domain is available with more than 32 TLDs supported.

Vad är Domain Check Plugin?

Domain Check Plugin är en Chrome-tillägg utvecklad av https://domaincheckups.com, och dess huvudfunktion är "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Domain Check Plugin-förlängningens CRX-fil

Ladda ner Domain Check Plugin-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

                        Instant Domain Check. See if your domain is available with more than 32 TLDs supported. See domain name search results as you type, domain taken? Don't worry, scroll down for great suggestions. 

- Fast Domain Check in your Status Bar
- More than 32 TLDs supported
- Get Domain Suggestions
- Launch Domain Check at Login

Best and fastest extention for instant domain checkups as you type!                    

Grundläggande Information om Tillägg

Namn Domain Check Plugin Domain Check Plugin
ID fbdolgppeonnkoeoclfapabmjeifcfha
Officiell webbadress https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha
Beskrivning Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Filstorlek 36.63 KB
Antal Installationer 22
Aktuell Version 1.2
Senast Uppdaterad 2016-02-25
Publiceringsdatum 2016-02-25
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare https://domaincheckups.com
Betalningssätt free
Tilläggswebbplats http://domaincheckups.com
Hjälpsida URL http://domaincheckups.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Domain Check Plugin",
    "short_name": "Instant Domain Search",
    "description": "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}