Linalysis
Makes Linalysis easier to use by automatically retrieving your session cookies
Apa itu Linalysis?
Linalysis adalah ekstensi Chrome yang dikembangkan oleh cohana, dan fitur utamanya adalah "Makes Linalysis easier to use by automatically retrieving your session cookies".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linalysis
Unduh file ekstensi Linalysis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Linalysis |
ID | hneiennnbpoifpfchmbednoljbanbeoi |
URL Resmi | https://chromewebstore.google.com/detail/linalysis/hneiennnbpoifpfchmbednoljbanbeoi |
Deskripsi | Makes Linalysis easier to use by automatically retrieving your session cookies |
Ukuran File | 60.56 KB |
Jumlah Instalasi | 123 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-08-13 |
Tanggal Publikasi | 2021-08-13 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | cohana |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://linalysis.com |
URL Halaman Bantuan | https://linalysis.com/contact-us |
URL Halaman Kebijakan Privasi | https://linalysis.com/privacy-policy |
Bahasa yang Didukung | 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" ] } } |