PhantomBuster
This extension will allow you to easily retrieve your session cookies each time you use PhantomBuster.
PhantomBusterคืออะไร?
PhantomBuster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PhantomBuster และคุณลักษณะหลักของมันคือ "This extension will allow you to easily retrieve your session cookies each time you use PhantomBuster."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PhantomBuster
ดาวน์โหลดไฟล์ส่วนขยาย PhantomBuster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use PhantomBuster seamlessly by installing our Chrome browser extension. This extension will allow you to easily retrieve your session cookies each time you use PhantomBuster. Here is what you can achieve by using PhantomBuster: - Manage your lead generation campaigns in one place. - Collect additional lead information and create a link between platforms. - Collect lead data from the web and connect with your leads on engagement platforms. How does this extension work? This extension will automatically retrieve the session cookies of the websites you are connected to. Once you log into your PhantomBuster account, click on “Connect to [website name] to fill out the session cookies input field. If you click “Shift” on the “Connect to [website name]” button, it will directly open a new tab to that website, even if you are already logged in, without logging you out. This allows you to get the cookies from multiple accounts simultaneously. If you have any questions about this extension, feel free to send us an email to our support team at [email protected] or directly via our live chat. - 1.1.7 update: - Remove the Shift+Click on the button to open a new session - 1.1.6 update: - Fix pop-up feedback - 1.1.5 update: - Updated extension assets - 1.1.4 update: - Extension's button redirects to the dashboard - 1.1.3 update: - Added support for TikTok - 1.1.2 update: - Small text changes - 1.1.1 update: - Small css fix - Shift+Click on the button opens a new session - 1.1.0 update: - Added support for Quora and Pinterest - New UI - Better Zaps (Zapier) configuration page support - 1.0.10 update: - This version makes the extension working on the brand new PhantomBuster UI - 1.0.9 update: - This extension release handles correctly new PhantomBuster APIs configurations. Affected PhantomBuster APIs: Session Cookie Tester The session cookie button is now updated when you change the network select choice. 1.0.8 can only handle the very first choice of the select. - 1.0.8 update: - Support added for Zaps (Zapier) configuration page. - 1.0.7 update: - Added support for GitHub, Intercom and Uber APIs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PhantomBuster |
ID | mdlnjfcpdiaclglfbdkbleiamdafilil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/phantombuster/mdlnjfcpdiaclglfbdkbleiamdafilil |
คำอธิบาย | This extension will allow you to easily retrieve your session cookies each time you use PhantomBuster. |
ขนาดไฟล์ | 176 KB |
จำนวนการติดตั้ง | 236,666 |
เวอร์ชันปัจจุบัน | 1.1.11.0 |
อัปเดตครั้งล่าสุด | 2024-01-30 |
วันที่เผยแพร่ | 2020-04-24 |
คะแนน | 4.05/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | PhantomBuster |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://phantombuster.com |
URL หน้านโยบายความเป็นส่วนตัว | https://hub.phantombuster.com/page/terms-of-service |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PhantomBuster", "version": "1.1.11.0", "description": "This extension will allow you to easily retrieve your session cookies each time you use PhantomBuster.", "icons": { "16": "assets\/buster-icon-16.png", "48": "assets\/buster-icon-48.png", "128": "assets\/buster-icon-128.png" }, "homepage_url": "http:\/\/www.phantombuster.com\/", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "assets\/buster-icon-128.png" }, "default_title": "Open PhantomBuster Dashboard" }, "content_scripts": [ { "matches": [ "*:\/\/*.phantombuster.com\/*", "*:\/\/*.phantombuster.io\/*", "*:\/\/*.zapier.com\/*" ], "run_at": "document_end", "js": [ "contentscript.js" ], "css": [ "contentscript.css" ] } ], "permissions": [ "notifications", "tabs", "cookies" ], "host_permissions": [ "*:\/\/*.phantombuster.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/*.github.com\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.intercom.io\/*", "*:\/\/*.linkedin.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.producthunt.com\/*", "*:\/\/*.slack.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.uber.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.tiktok.com\/*" ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |