Emelia - LinkedIn Sales Navigator Scraping
Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape
Emelia - LinkedIn Sales Navigator Scrapingとは何ですか?
Emelia - LinkedIn Sales Navigator Scrapingはcharlesによって開発されたChromeの拡張機能で、その主な機能は「Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape」です。
拡張機能のスクリーンショット
Emelia - LinkedIn Sales Navigator Scraping拡張機能のCRXファイルをダウンロード
Emelia - LinkedIn Sales Navigator Scraping拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you have any questions about this extension, feel free to contact us using the support chat at https://emelia.io/.
拡張機能の基本情報
名前 | Emelia - LinkedIn Sales Navigator Scraping |
ID | lmfpmgpceccbilfhiiagoeiligkpidoi |
公式URL | https://chromewebstore.google.com/detail/emelia-linkedin-sales-nav/lmfpmgpceccbilfhiiagoeiligkpidoi |
説明 | Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape |
ファイルサイズ | 15.45 KB |
インストール数 | 80 |
現在のバージョン | 1.0.6 |
最終更新日 | 2024-02-14 |
公開日 | 2023-12-20 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | charles |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://emelia.io |
ヘルプページのURL | https://emelia.io |
プライバシーポリシーページのURL | https://emelia.io/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/*.emelia.io\/*", "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/linkedin.com\/sales\/*" ], "run_at": "document_end" } ], "description": "Download our extension to automatically retrieve your LinkedIn session cookies and launch your scrape", "host_permissions": [ "https:\/\/www.linkedin.com\/sales\/*", "https:\/\/linkedin.com\/sales\/*" ], "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "Emelia - LinkedIn Sales Navigator Scraping", "permissions": [ "cookies", "tabs" ], "version": "1.0.6" } |