Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Was ist Domain Check Plugin?
Domain Check Plugin ist eine Chrome-Erweiterung, die von https://domaincheckups.com entwickelt wurde, und ihr Hauptmerkmal ist "Instant Domain Check. See if your domain is available with more than 32 TLDs supported.".
Erweiterungsscreenshots
Domain Check Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Domain Check Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Domain Check Plugin |
ID | fbdolgppeonnkoeoclfapabmjeifcfha |
Offizielle URL | https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha |
Beschreibung | Instant Domain Check. See if your domain is available with more than 32 TLDs supported. |
Dateigröße | 36.63 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-02-25 |
Veröffentlichungsdatum | 2016-02-25 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://domaincheckups.com |
Zahlungsart | free |
Erweiterungswebsite | http://domaincheckups.com |
Hilfeseite URL | http://domaincheckups.com |
Unterstützte Sprachen | 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" ] } |