Edoms.com Domain Click Copy
Copy any domain, subdomain, name server on email on the web with one click
Was ist Edoms.com Domain Click Copy?
Edoms.com Domain Click Copy ist eine Chrome-Erweiterung, die von Edoms.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy any domain, subdomain, name server on email on the web with one click".
Erweiterungsscreenshots
Edoms.com Domain Click Copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Edoms.com Domain Click Copy-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
As a domainer I was frustrated how much of my time I waste just selecting domains names on the web, before or after I put them in a tool to analyze. Copy and paste gets much faster with this extension that I have used in the past 5 months myself before publishing. After a domain is successfully copied, a thin blue line around it marks the fact that you're ready to paste it elsewhere (see screenshot). As a nice side effect it also copies emails and subdomains/hosts (including name servers). By default it works with right click only to copy but you can use the Options to change to Ctrl + click, Shift + Click or Alt + click. Feedback is welcome at infо [at] edoms.com Kalin Karakehayov (manages a portfolio of 50,000 domain names for https://edoms.com)
Grundlegende Informationen zur Erweiterung
Name | |
ID | lhnndpbeholpookmhofoicffjibedpbk |
Offizielle URL | https://chromewebstore.google.com/detail/edomscom-domain-click-cop/lhnndpbeholpookmhofoicffjibedpbk |
Beschreibung | Copy any domain, subdomain, name server on email on the web with one click |
Dateigröße | 55.36 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.8 |
Letztes Update | 2020-08-23 |
Veröffentlichungsdatum | 2020-08-11 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Edoms.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://edoms.com |
Unterstützte Sprachen | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "Copy any domain, subdomain, name server on email on the web with one click", "icons": { "48": "icon.png" }, "manifest_version": 2, "name": "Edoms.com Domain Click Copy", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |