Enterprise Tab Rotate - Next

Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.

¿Qué es Enterprise Tab Rotate - Next?

Enterprise Tab Rotate - Next es una extensión de Chrome desarrollada por https://michaelreichenbach.de, y su función principal es "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Enterprise Tab Rotate - Next

Descarga archivos de extensión Enterprise Tab Rotate - Next en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Enterprise Tab Rotate - Next Enterprise Tab Rotate - Next
ID epoepgpblmnkffgplphpjakmfeeljfem
URL Oficial https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem
Descripción Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Tamaño del Archivo 96.36 KB
Cantidad de Instalaciones 79
Versión Actual 0.0.1
Última Actualización 2020-03-05
Fecha de Publicación 2020-03-04
Desarrollador https://michaelreichenbach.de
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next
URL de la Página de Ayuda https://github.com/Silthus/chrome-enterprise-tab-rotate/issues
URL de la Página de Política de Privacidad https://michaelreichenbach.de/datenschutzerklarung
Idiomas Soportados 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"
    }
}