Enterprise Tab Rotate - Next
Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Was ist Enterprise Tab Rotate - Next?
Enterprise Tab Rotate - Next ist eine Chrome-Erweiterung, die von https://michaelreichenbach.de entwickelt wurde, und ihr Hauptmerkmal ist "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".
Erweiterungsscreenshots
Enterprise Tab Rotate - Next-Erweiterungs-CRX-Datei herunterladen
Laden Sie Enterprise Tab Rotate - Next-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
Latest bleeding edge version of the Enterprise Tab Rotate extension. This version may not work correctly or contain unexpected bugs. Do not use it in production deployments and only for testing. You can find the stable version of the extension under: https://chrome.google.com/webstore/detail/phdmnkgnjkbnpmeaodonildfklccgimp/
Grundlegende Informationen zur Erweiterung
Name | Enterprise Tab Rotate - Next |
ID | epoepgpblmnkffgplphpjakmfeeljfem |
Offizielle URL | https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem |
Beschreibung | Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production. |
Dateigröße | 96.36 KB |
Installationsanzahl | 79 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-03-05 |
Veröffentlichungsdatum | 2020-03-04 |
Entwickler | https://michaelreichenbach.de |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next |
Hilfeseite URL | https://github.com/Silthus/chrome-enterprise-tab-rotate/issues |
URL der Datenschutzrichtlinien-Seite | https://michaelreichenbach.de/datenschutzerklarung |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enterprise Tab Rotate - Next", "description": "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.", "version": "0.0.1", "icons": { "128": "icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_title": "Enterprise Tab Rotate - Next", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js", "js\/analytics.js" ] }, "permissions": [ "storage", "tabs", "contextMenus", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "storage": { "managed_schema": "schema.json" } } |