Domain Check Plugin
Instant Domain Check. See if your domain is available with more than 32 TLDs supported.
Co to jest Domain Check Plugin?
Domain Check Plugin to rozszerzenie Chrome opracowane przez https://domaincheckups.com, a jego główną funkcją jest „Instant Domain Check. See if your domain is available with more than 32 TLDs supported.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Domain Check Plugin
Pobierz pliki rozszerzeń Domain Check Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Domain Check Plugin |
ID | fbdolgppeonnkoeoclfapabmjeifcfha |
Oficjalny URL | https://chromewebstore.google.com/detail/domain-check-plugin/fbdolgppeonnkoeoclfapabmjeifcfha |
Opis | Instant Domain Check. See if your domain is available with more than 32 TLDs supported. |
Rozmiar pliku | 36.63 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-02-25 |
Data Publikacji | 2016-02-25 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | https://domaincheckups.com |
Typ Płatności | free |
Strona Rozszerzenia | http://domaincheckups.com |
Adres URL Strony Pomocy | http://domaincheckups.com |
Obsługiwane Języki | 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" ] } |