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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy any domain, subdomain, name server on email on the web with one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Edoms.com Domain Click Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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)                    

एक्सटेंशन की मूल जानकारी

नाम Edoms.com Domain Click Copy Edoms.com Domain Click Copy
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"
}