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 https://michaelreichenbach.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Latest edge version of the Enterprise Tab Rotate extension. Maybe unstable - do not use in production."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enterprise Tab Rotate - Next एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |