Enterprise Tab Rotate - Next

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

Τι είναι το Enterprise Tab Rotate - Next;

Το Enterprise Tab Rotate - Next είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://michaelreichenbach.de, και η κύρια λειτουργία του είναι "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enterprise Tab Rotate - Next

Λήψη αρχείων επέκτασης Enterprise Tab Rotate - Next σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enterprise Tab Rotate - Next Enterprise Tab Rotate - Next
ID epoepgpblmnkffgplphpjakmfeeljfem
Επίσημο URL https://chromewebstore.google.com/detail/enterprise-tab-rotate-nex/epoepgpblmnkffgplphpjakmfeeljfem
Περιγραφή Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production.
Μέγεθος Αρχείου 96.36 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2020-03-05
Ημερομηνία Δημοσίευσης 2020-03-04
Προγραμματιστής https://michaelreichenbach.de
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Silthus/chrome-enterprise-tab-rotate/tree/next
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Silthus/chrome-enterprise-tab-rotate/issues
URL της Σελίδας Πολιτικής Απορρήτου https://michaelreichenbach.de/datenschutzerklarung
Υποστηριζόμενες Γλώσσες 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"
    }
}