Discoverly

Reveal, and now save, more complete social contact info alongside those online profiles you normally view.

Discoverly là gì?

Discoverly là một tiện ích mở rộng Chrome được phát triển bởi https://discover.ly, và tính năng chính của nó là "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discoverly

Tải xuống các tệp mở rộng Discoverly 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

                        Gmail, Facebook, Twitter & LinkedIn don't play well together, but Discoverly helps them "play nice."

• Gmail: see contacts' work info, mutual connections and tweets (with Rapportive too!)

• LinkedIn profiles: see when you have mutual Facebook friends and tweets. 

• Facebook profiles: see LinkedIn info, mutual connections and tweets

• Twitter profiles: see LinkedIn info, mutual connections from Facebook and LinkedIn

Great for a job hunter, sales, recruiting, entrepreneurs and anyone looking to find an email address.



If you experience any issues, please email: [email protected].                    

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

Tên Discoverly Discoverly
ID dijhcpbkalfgkcebgoncjmfpbamihgaf
URL Chính Thức https://chromewebstore.google.com/detail/discoverly/dijhcpbkalfgkcebgoncjmfpbamihgaf
Mô tả Reveal, and now save, more complete social contact info alongside those online profiles you normally view.
Kích Thước Tệp 294 KB
Số Lần Cài Đặt 32,792
Phiên Bản Hiện Tại 1.17
Cập Nhật Lần Cuối 2024-01-27
Ngày Phát Hành 2020-05-26
Đánh Giá 4.01/5 Tổng số 365 Đánh Giá
Nhà Phát Triển https://discover.ly
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://discover.ly/
URL Trang Trợ Giúp http://discover.ly/
URL Trang Chính Sách Bảo Mật http://discover.ly/about/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discoverly",
    "description": "Reveal, and now save, more complete social contact info alongside those online profiles you normally view.",
    "version": "1.17",
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "storage",
        "runtime",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "\/img\/dly-icon_16.png",
        "32": "\/img\/dly-icon_32.png",
        "48": "\/img\/dly-icon_48.png",
        "128": "\/img\/dly-icon_128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/img\/dly-icon_16.png",
            "32": "\/img\/dly-icon_32.png",
            "48": "\/img\/dly-icon_48.png",
            "128": "\/img\/dly-icon_128.png"
        }
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/discover.ly\/*"
            ],
            "js": [
                "content_scripts.js",
                "installation_check.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "mixpanel.min.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzELJU7thb5Qd9yn3XorC4Km+o\/jCeaPcjD48xT5+ZAKG2y8x24uOjbAZIHeXnEcQPbAfxwQtNr1WNSgm8960iSeFT\/izJZU0pY5ikYsfQVlp8\/UY5\/qBv1\/2ltn4DY4mfxgyL1O7lIACNEsaOs\/UlBLBvtKhgLZqQ6sbnGb6Mq9CNm5eXuJhDD8cja2HX1FXAwEc3oH0YaIVtLm3EW+4wG1A6tCVywX03KQiBX53z5ogluufBJU2aU9wJe\/fX\/i7hrOMwGLp0defzp9yL\/6mKEEFtEW6X+mgmLF4gB+vWZ5Gw1vUjNc81uWk3OMo\/PwxHfaIFkMpMLssMIIjISwlYQIDAQAB",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}