RocketBird
Helper for Rocketbird
Wat is RocketBird?
RocketBird is een Chrome-extensie ontwikkeld door https://rocketbird.io, en de belangrijkste functie is "Helper for Rocketbird".
Extensie Screenshots
Download het CRX-bestand van de extensie RocketBird
Download RocketBird-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | RocketBird |
ID | kbllgbbchkhcjecmjcfnlbndkfogngdl |
Officiële URL | https://chromewebstore.google.com/detail/rocketbird/kbllgbbchkhcjecmjcfnlbndkfogngdl |
Beschrijving | Helper for Rocketbird |
Bestandsgrootte | 117 KB |
Aantal Installaties | 118 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-07-08 |
Publicatiedatum | 2023-07-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://rocketbird.io |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://help.rocketbird.io/en |
URL van de Privacybeleid Pagina | http://www.rocketbird.io/privacy-policy |
Ondersteunde Talen | 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": [] } |