Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Wat is Domain Check Plugin?
Domain Check Plugin is een Chrome-extensie ontwikkeld door https://domaincheckups.com, en de belangrijkste functie is "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".
Extensie Screenshots
Download het CRX-bestand van de extensie Domain Check Plugin
Download Domain Check Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Domain Check Plugin |
ID | fbdolgppeonnkoeoclfapabmjeifcfha |
Officiële URL | https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha |
Beschrijving | Instant Domain Check. See if your domain is available with more than 32 TLDs supported. |
Bestandsgrootte | 36.63 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-02-25 |
Publicatiedatum | 2016-02-25 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://domaincheckups.com |
Betalingswijze | free |
Extensiewebsite | http://domaincheckups.com |
Help Pagina-URL | http://domaincheckups.com |
Ondersteunde Talen | 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" ] } |