RocketBird
Helper for Rocketbird
What is RocketBird?
RocketBird is a Chrome extension developed by https://rocketbird.io, and its main feature is "Helper for Rocketbird".
Extension Screenshots
Download RocketBird Extension CRX File
Download RocketBird extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RocketBird |
ID | kbllgbbchkhcjecmjcfnlbndkfogngdl |
Official URL | https://chromewebstore.google.com/detail/rocketbird/kbllgbbchkhcjecmjcfnlbndkfogngdl |
Description | Helper for Rocketbird |
File Size | 117 KB |
Installation Count | 118 |
Current Version | 1.0.0 |
Last Updated | 2023-07-08 |
Publish Date | 2023-07-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://rocketbird.io |
[email protected] | |
Payment Type | free |
Help Page URL | https://help.rocketbird.io/en |
Privacy Policy Page URL | http://www.rocketbird.io/privacy-policy |
Supported Languages | 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": [] } |