Linalysis
Makes Linalysis easier to use by automatically retrieving your session cookies
Was ist Linalysis?
Linalysis ist eine Chrome-Erweiterung, die von cohana entwickelt wurde, und ihr Hauptmerkmal ist "Makes Linalysis easier to use by automatically retrieving your session cookies".
Erweiterungsscreenshots
Linalysis-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linalysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Linalysis |
ID | hneiennnbpoifpfchmbednoljbanbeoi |
Offizielle URL | https://chromewebstore.google.com/detail/linalysis/hneiennnbpoifpfchmbednoljbanbeoi |
Beschreibung | Makes Linalysis easier to use by automatically retrieving your session cookies |
Dateigröße | 60.56 KB |
Installationsanzahl | 123 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-13 |
Veröffentlichungsdatum | 2021-08-13 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | cohana |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://linalysis.com |
Hilfeseite URL | https://linalysis.com/contact-us |
URL der Datenschutzrichtlinien-Seite | https://linalysis.com/privacy-policy |
Unterstützte Sprachen | 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" ] } } |