RocketBird

Helper for Rocketbird

Vad är RocketBird?

RocketBird är en Chrome-tillägg utvecklad av https://rocketbird.io, och dess huvudfunktion är "Helper for Rocketbird".

Tilläggsskärmbilder

screenshot

Ladda ner RocketBird-förlängningens CRX-fil

Ladda ner RocketBird-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RocketBird RocketBird
ID kbllgbbchkhcjecmjcfnlbndkfogngdl
Officiell webbadress https://chromewebstore.google.com/detail/rocketbird/kbllgbbchkhcjecmjcfnlbndkfogngdl
Beskrivning Helper for Rocketbird
Filstorlek 117 KB
Antal Installationer 118
Aktuell Version 1.0.0
Senast Uppdaterad 2023-07-08
Publiceringsdatum 2023-07-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://rocketbird.io
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://help.rocketbird.io/en
URL till Sekretesspolicy Sidan http://www.rocketbird.io/privacy-policy
Stödda Språk 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": []
}