Linalysis

Makes Linalysis easier to use by automatically retrieving your session cookies

Linalysisคืออะไร?

Linalysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cohana และคุณลักษณะหลักของมันคือ "Makes Linalysis easier to use by automatically retrieving your session cookies"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linalysis

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}