Inbox Zero Progress Bar
progress bar
Was ist Inbox Zero Progress Bar?
Inbox Zero Progress Bar ist eine Chrome-Erweiterung, die von http://weekplan.net entwickelt wurde, und ihr Hauptmerkmal ist "progress bar".
Erweiterungsscreenshots
Inbox Zero Progress Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inbox Zero Progress Bar-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
Keep track of your progress towards Inbox Zero within Gmail!
Grundlegende Informationen zur Erweiterung
Name | |
ID | edehcddfcmobknfgoaodppjdlobfidld |
Offizielle URL | https://chrome.google.com/webstore/detail/inbox-zero-progress-bar/edehcddfcmobknfgoaodppjdlobfidld |
Beschreibung | progress bar |
Dateigröße | 43.5 KB |
Installationsanzahl | 48 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-01-30 |
Veröffentlichungsdatum | 2016-01-30 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | http://weekplan.net |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://wise.pm/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox Zero Progress Bar", "version": "0.1", "manifest_version": 2, "description": "progress bar", "icons": { "64": "logo.png", "32": "logo.png", "16": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "inline_app\/css\/progress.css" ], "js": [ "inline_app\/js\/lib\/jquery.js", "contentscript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/mail.google.com\/*" ], "web_accessible_resources": [ "inline_app\/js\/script.js" ] } |