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”。

擴展截圖

screenshot

下載Edoms.com Domain Click Copy擴展crx文件

下載Edoms.com Domain Click Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 Edoms.com Domain Click Copy Edoms.com Domain Click Copy
ID lhnndpbeholpookmhofoicffjibedpbk
官方網址 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"
}