Edoms.com Domain Click Copy
Copy any domain, subdomain, name server on email on the web with one click
Edoms.com Domain Click Copy란 무엇입니까?
Edoms.com Domain Click Copy은(는) Edoms.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy any domain, subdomain, name server on email on the web with one click"입니다.
확장 프로그램 스크린샷
Edoms.com Domain Click Copy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
ID | lhnndpbeholpookmhofoicffjibedpbk |
공식 URL | https://chromewebstore.google.com/detail/edomscom-domain-click-cop/lhnndpbeholpookmhofoicffjibedpbk |
설명 | Copy any domain, subdomain, name server on email on the web with one click |
파일 크기 | 55.36 KB |
설치 횟수 | 69 |
현재 버전 | 1.8 |
최근 업데이트 | 2020-08-23 |
출시 날짜 | 2020-08-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Edoms.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://edoms.com |
지원되는 언어 | 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" } |