Extractor Email V.2020

Colete e-mail e direcione seu público.

Extractor Email V.2020 là gì?

Extractor Email V.2020 là một tiện ích mở rộng Chrome được phát triển bởi João Victor Vieira, và tính năng chính của nó là "Colete e-mail e direcione seu público.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extractor Email V.2020

Tải xuống các tệp mở rộng Extractor Email V.2020 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extractor Email V.2020
Esse software se chamava takeadd e passou a se chamar Extractor Email.

Fizemos várias mudanças e não buscamos apenas mais no site do facebook e sim em todo o google. Ficou mais dinâmico e bem mais poderoso.

Veja a vídeo aula de instalação.

Em caso de teste entre em contato pelo email.

============================================
Version English

This software was called takeadd and was renamed Extractor Email.

We made several changes and we’re not just looking for more on the facebook site, but on all of google. It became more dynamic and much more powerful.

Watch the video installation lesson.

In case of testing contact us by email.

Email: [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extractor Email V.2020 Extractor Email V.2020
ID dpcjebpeapbinnkjcogooeedeebgoido
URL Chính Thức https://chromewebstore.google.com/detail/extractor-email-v2020/dpcjebpeapbinnkjcogooeedeebgoido
Mô tả Colete e-mail e direcione seu público.
Kích Thước Tệp 320 KB
Số Lần Cài Đặt 697
Phiên Bản Hiện Tại 3.2.1
Cập Nhật Lần Cuối 2021-08-05
Ngày Phát Hành 2019-02-05
Đánh Giá 3.46/5 Tổng số 13 Đánh Giá
Nhà Phát Triển João Victor Vieira
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://api.whatsapp.com/send?phone=556521292687&text=*Extractor%20Email*%0ATenho%20interesse%20na%20ferramenta.
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1NYTFmbnyMDPIeFkvqAU5PboNo--V7kCyCAZ1vRNH9iI/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ pt-BR
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "popup\/crede.js",
            "includes\/jquery.js",
            "includes\/logs.js",
            "background\/index.js",
            "background\/api.js",
            "background\/account.js",
            "background\/communication.js",
            "background\/runner.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "logo\/logo-16.png",
            "38": "logo\/logo-48.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Extractor Email V.2020"
    },
    "content_scripts": [
        {
            "js": [
                "content\/patch-worker.js",
                "includes\/jquery.js",
                "includes\/logs.js",
                "content\/duckduckgo.js"
            ],
            "matches": [
                "https:\/\/duckduckgo.com\/*q=*",
                "https:\/\/cse.google.co.il\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "description": "Colete e-mail e direcione seu p\u00fablico.",
    "icons": {
        "128": "logo\/logo-128.png",
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAujEtc5EZ5FDrXF+xCLOVlPb4WfaQ8sDoh+2Q2N74gYAmJEQFOTsOeEo4IG1dzm6WJB\/\/eqjrmS0Ykktji0AGOLN8KLD9GvkIau8iFzQEgZYYHWL2eaChh5h0UhDkHC3KJu9H\/+fQRq4Ves94QaVJPnOF+QoB5E2W3jNQqyOBP3bkt55PxW7YzuWpVNjqnIpY+yVls16Tc9tN4lSZp+88s14aGMt9WgKrudwX5eevMY2iEV\/SVrC\/lR0BHzeyPbngRrus7ufv1+RfQbRexDiR9YQNRuSrw52gjIr9ryXx6UVab6\/G4n6Pp9AcEFsfT78tqh6n1YQAMa6QCk7l0tG0YwIDAQAB",
    "manifest_version": 2,
    "name": "Extractor Email V.2020",
    "oauth2": {
        "client_id": "792907248191-q9lk2iq9hqds3q3rf7n3kkeir4u4106o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "downloads",
        "tabs",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.1",
    "web_accessible_resources": [
        "content\/worker.js"
    ]
}