BuildTeam - Notifier
This extension allows the user to be notified about certain Steemit events.
Was ist BuildTeam - Notifier?
BuildTeam - Notifier ist eine Chrome-Erweiterung, die von kostronor entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to be notified about certain Steemit events.".
Erweiterungsscreenshots
BuildTeam - Notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie BuildTeam - Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows the user to be notified about certain Steemit events. It goes hand in had with the https://www.minnowbooster.net website and is a convenient way to get notified about recent happenings on the page. We are always looking to improve, so if you have feature requests, please talk to us.
Grundlegende Informationen zur Erweiterung
Name | BuildTeam - Notifier |
ID | bpebnkkgaihjdelcgpmopcnkddinoggg |
Offizielle URL | https://chromewebstore.google.com/detail/buildteam-notifier/bpebnkkgaihjdelcgpmopcnkddinoggg |
Beschreibung | This extension allows the user to be notified about certain Steemit events. |
Dateigröße | 205 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.9.8 |
Letztes Update | 2017-10-16 |
Veröffentlichungsdatum | 2017-10-16 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | kostronor |
Zahlungsart | free |
Erweiterungswebsite | https://www.minnowbooster.net |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuildTeam - Notifier", "description": "This extension allows the user to be notified about certain Steemit events.", "version": "1.9.8", "content_security_policy": "script-src 'self'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "BuildTeam!" }, "background": { "scripts": [ "\/dist\/action_cable.js", "jquery.js", "eventPage.js" ], "persistent": true }, "icons": { "16": "icon.png", "167": "icon_167.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage", "tabs", "http:\/\/www,minnowbooster.net\/" ] } |