Captain Data
Captain Data automates the web for you so you can focus on your most important work.
Captain Dataคืออะไร?
Captain Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://captaindata.co และคุณลักษณะหลักของมันคือ "Captain Data automates the web for you so you can focus on your most important work."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Captain Data
ดาวน์โหลดไฟล์ส่วนขยาย Captain Data ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Captain Data helps marketers, sales, HR and business people automate the web, so you can focus on your most important work. With a few clicks, we enable you to use automated scenarios, without any technical knowledge. This extension will automatically retrieve the session cookies of the websites you're connected to. While using the Captain Data platform, you will have the possibility to automatically fetch such cookies to configure your workflows.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Captain Data |
ID | jigafbdbpkblnjimhcoihaejnbkjpkbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/captain-data/jigafbdbpkblnjimhcoihaejnbkjpkbo |
คำอธิบาย | Captain Data automates the web for you so you can focus on your most important work. |
ขนาดไฟล์ | 8.64 KB |
จำนวนการติดตั้ง | 4,569 |
เวอร์ชันปัจจุบัน | 0.0.1.09 |
อัปเดตครั้งล่าสุด | 2023-12-11 |
วันที่เผยแพร่ | 2020-09-14 |
คะแนน | 4.43/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://captaindata.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://captaindata.co |
URL หน้าช่วยเหลือ | https://support.captaindata.co |
URL หน้านโยบายความเป็นส่วนตัว | https://captaindata.co/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captain Data", "short_name": "Captain Data", "description": "Captain Data automates the web for you so you can focus on your most important work.", "author": "Captain Data", "version": "0.0.1.09", "homepage_url": "https:\/\/app.captaindata.co", "manifest_version": 3, "background": { "service_worker": "source\/background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Captain Data" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "cookies", "storage", "alarms" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [], "externally_connectable": { "matches": [ "*:\/\/app.captaindata.co\/*", "*:\/\/staging.app.captaindata.co\/*", "*:\/\/localhost\/*", "*:\/\/leadgen.localhost\/*", "*:\/\/api.captaindata.co\/*", "*:\/\/staging.api.captaindata.co\/*", "*:\/\/sourcr.captaindata.co\/*", "*:\/\/prospr.captaindata.co\/*", "*:\/\/searchr.captaindata.co\/*", "*:\/\/enrichr.captaindata.co\/*" ] } } |