Linalysis

Makes Linalysis easier to use by automatically retrieving your session cookies

什麼是Linalysis?

Linalysis是由cohana開發的Chrome擴展程式,該擴展的主要功能是“Makes Linalysis easier to use by automatically retrieving your session cookies”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Linalysis擴展crx文件

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

擴展使用說明

                        Linalysis Chrome extension is a very important part of the Linalysis platform and value proposition. 

Most professionals use today social networks to increase their outreaches for sales, business development and marketing reasons. However most known social networks platform offers limited analysis on performances. For instance, lead generation campaigns on social media are today major part of sales strategy but few data points are analyses by users, management or organizations.
The chrome extension will allow users to collect cookie's from social platforms so Linalysis does not have to store personal data and facilitate access to the analysis.                    

擴展基本資訊

名稱 Linalysis Linalysis
ID hneiennnbpoifpfchmbednoljbanbeoi
官方網址 https://chromewebstore.google.com/detail/linalysis/hneiennnbpoifpfchmbednoljbanbeoi
簡介 Makes Linalysis easier to use by automatically retrieving your session cookies
檔案大小 60.56 KB
安裝次數 123
目前版本 1.0
更新時間 2021-08-13
上架時間 2021-08-13
評分 5.00/5 共 2 次評分
開發者 cohana
電子郵箱 [email protected]
付費類型 free
擴展官網 https://linalysis.com
說明頁面URL https://linalysis.com/contact-us
隱私政策頁面URL https://linalysis.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linalysis",
    "description": "Makes Linalysis easier to use by automatically retrieving your session cookies",
    "version": "1.0",
    "permissions": [
        "cookies",
        "*:\/\/*.linkedin.com\/*",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linalysis.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}