Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Hvad er Domain Check Plugin?
Domain Check Plugin er en Chrome-udvidelse udviklet af https://domaincheckups.com, og dens hovedfunktion er "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".
Udvidelsesskærmbilleder
Download Domain Check Plugin-udvidelses-CRX-fil
Download Domain Check Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Domain Check Plugin |
ID | fbdolgppeonnkoeoclfapabmjeifcfha |
Officiel URL | https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha |
Beskrivelse | Instant Domain Check. See if your domain is available with more than 32 TLDs supported. |
Filstørrelse | 36.63 KB |
Antal Installationer | 22 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-02-25 |
Udgivelsesdato | 2016-02-25 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://domaincheckups.com |
Betalingsmetode | free |
Udvidelseswebsted | http://domaincheckups.com |
Hjælpeside-URL | http://domaincheckups.com |
Understøttede Sprog | 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" ] } |