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」です。
拡張機能のスクリーンショット
Linalysis拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } } |