Linalysis

Makes Linalysis easier to use by automatically retrieving your session cookies

What is Linalysis?

Linalysis is a Chrome extension developed by cohana, and its main feature is "Makes Linalysis easier to use by automatically retrieving your session cookies".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Linalysis Extension CRX File

Download Linalysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Linalysis Linalysis
ID hneiennnbpoifpfchmbednoljbanbeoi
Official URL https://chromewebstore.google.com/detail/linalysis/hneiennnbpoifpfchmbednoljbanbeoi
Description Makes Linalysis easier to use by automatically retrieving your session cookies
File Size 60.56 KB
Installation Count 123
Current Version 1.0
Last Updated 2021-08-13
Publish Date 2021-08-13
Rating 5.00/5 Total 2 Ratings
Developer cohana
Email [email protected]
Payment Type free
Extension Website https://linalysis.com
Help Page URL https://linalysis.com/contact-us
Privacy Policy Page URL https://linalysis.com/privacy-policy
Supported Languages 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"
        ]
    }
}