Lyne

Lyne

Lyne là gì?

Lyne là một tiện ích mở rộng Chrome được phát triển bởi https://lyne.ai, và tính năng chính của nó là "Lyne".

Ả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 Lyne

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

                        Lyne.ai | Prospect, Personalize, Convert

Lyne.ai helps you generate 1000's of hyper-personalized intros for your cold outreach per hour. 

With our Chrome Extension you can extract prospecting data from social networks to be used for your cold outreach. Simply hit extract and we'll find every contacts email & verify them, to return that list to you.

Give Lyne.ai a try for FREE today!                    

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

Tên Lyne Lyne
ID ccmdedkeplbflfiggghjodhnbkjhicji
URL Chính Thức https://chromewebstore.google.com/detail/lyne/ccmdedkeplbflfiggghjodhnbkjhicji
Mô tả Lyne
Kích Thước Tệp 95.5 KB
Số Lần Cài Đặt 1,557
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2022-04-02
Ngày Phát Hành 2021-09-02
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://lyne.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lyne.ai
URL Trang Trợ Giúp https://lyne.ai
URL Trang Chính Sách Bảo Mật https://www.lyne.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyne",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Lyne",
    "homepage_url": "https:\/\/app.lyne.ai\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png"
    },
    "background": {
        "scripts": [
            "src\/jquery.js",
            "src\/background.js",
            "src\/extensionClick.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.lyne.ai\/*"
            ],
            "js": [
                "src\/messageParserContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "src\/jquery.js",
                "src\/inject.js"
            ],
            "css": [
                "src\/content.css",
                "asset\/css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon32.png",
        "src\/tour.js"
    ],
    "permissions": [
        "cookies",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/app.lyne.ai\/*",
        "tabs"
    ]
}