RocketBird

Helper for Rocketbird

Apa itu RocketBird?

RocketBird adalah ekstensi Chrome yang dikembangkan oleh https://rocketbird.io, dan fitur utamanya adalah "Helper for Rocketbird".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RocketBird

Unduh file ekstensi RocketBird dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RocketBird RocketBird
ID kbllgbbchkhcjecmjcfnlbndkfogngdl
URL Resmi https://chromewebstore.google.com/detail/rocketbird/kbllgbbchkhcjecmjcfnlbndkfogngdl
Deskripsi Helper for Rocketbird
Ukuran File 117 KB
Jumlah Instalasi 118
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-07-08
Tanggal Publikasi 2023-07-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://rocketbird.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://help.rocketbird.io/en
URL Halaman Kebijakan Privasi http://www.rocketbird.io/privacy-policy
Bahasa yang Didukung 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": []
}