RocketBird
Helper for Rocketbird
RocketBirdคืออะไร?
RocketBird เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rocketbird.io และคุณลักษณะหลักของมันคือ "Helper for Rocketbird"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RocketBird
ดาวน์โหลดไฟล์ส่วนขยาย RocketBird ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension for the Rocketbird platform. This Chrome extension helps you collect qualified leads from the Twitter platform in a few clicks, simplifying the lead generation process and helping you grow your business more efficiently.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RocketBird |
ID | kbllgbbchkhcjecmjcfnlbndkfogngdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rocketbird/kbllgbbchkhcjecmjcfnlbndkfogngdl |
คำอธิบาย | Helper for Rocketbird |
ขนาดไฟล์ | 117 KB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-07-08 |
วันที่เผยแพร่ | 2023-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://rocketbird.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://help.rocketbird.io/en |
URL หน้านโยบายความเป็นส่วนตัว | http://www.rocketbird.io/privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RocketBird", "version": "1.0.0", "description": "Helper for Rocketbird", "manifest_version": 3, "author": "RocketBird", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "run_at": "document_idle", "js": [ "contentscript.js" ], "content_security_policy": "script-src 'self' https:\/\/app.rocketbird.io; object-src 'self'" } ], "icons": { "16": "favicon-16.png", "32": "favicon-32.png", "48": "favicon-48.png", "128": "favicon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "injected.js", "index.html" ], "matches": [ "*:\/\/twitter.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/app.rocketbird.io\/*", "*:\/\/rocketbird.io\/*", "*:\/\/twitter.com\/*" ] }, "action": [] } |