Lyne

Lyne

什麼是Lyne?

Lyne是由https://lyne.ai開發的Chrome擴展程式,該擴展的主要功能是“Lyne”。

擴展截圖

screenshot

下載Lyne擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Lyne Lyne
ID ccmdedkeplbflfiggghjodhnbkjhicji
官方網址 https://chromewebstore.google.com/detail/lyne/ccmdedkeplbflfiggghjodhnbkjhicji
簡介 Lyne
檔案大小 95.5 KB
安裝次數 1,557
目前版本 0.0.4
更新時間 2022-04-02
上架時間 2021-09-02
評分 5.00/5 共 4 次評分
開發者 https://lyne.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://lyne.ai
說明頁面URL https://lyne.ai
隱私政策頁面URL https://www.lyne.ai/privacy
支援的語言 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"
    ]
}