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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}