Linalysis

Makes Linalysis easier to use by automatically retrieving your session cookies

Linalysis là gì?

Linalysis là một tiện ích mở rộng Chrome được phát triển bởi cohana, và tính năng chính của nó là "Makes Linalysis easier to use by automatically retrieving your session cookies".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linalysis

Tải xuống các tệp mở rộng Linalysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linalysis Linalysis
ID hneiennnbpoifpfchmbednoljbanbeoi
URL Chính Thức https://chromewebstore.google.com/detail/linalysis/hneiennnbpoifpfchmbednoljbanbeoi
Mô tả Makes Linalysis easier to use by automatically retrieving your session cookies
Kích Thước Tệp 60.56 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-13
Ngày Phát Hành 2021-08-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cohana
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linalysis.com
URL Trang Trợ Giúp https://linalysis.com/contact-us
URL Trang Chính Sách Bảo Mật https://linalysis.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}