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
官方URL 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"
        ]
    }
}