RocketBird
Helper for Rocketbird
什麼是RocketBird?
RocketBird是由https://rocketbird.io開發的Chrome擴展程式,該擴展的主要功能是“Helper for Rocketbird”。
擴展截圖
下載RocketBird擴展crx文件
下載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 |
官方網址 | 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": [] } |