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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |