Stackoon
Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.
Cos'è Stackoon?
Stackoon è un'estensione di Chrome sviluppata da https://stackoon.ai, e la sua funzione principale è "Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stackoon
Scarica i file di estensione Stackoon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app.
Informazioni di Base sull'Estensione
Nome | Stackoon |
ID | kbhlinjbadiikjdlchmoacilekibadcj |
URL Ufficiale | https://chromewebstore.google.com/detail/stackoon/kbhlinjbadiikjdlchmoacilekibadcj |
Descrizione | Stackoon platform automates Access Management for your entire Tech Stack. The extension works in tandem with Stackoon app. |
Dimensione del File | 290 KB |
Conteggio Installazioni | 128 |
Versione Corrente | 3.7.2 |
Ultimo Aggiornamento | 2024-02-16 |
Data di Pubblicazione | 2022-10-07 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://stackoon.ai |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://app.stackoon.ai |
URL della Pagina della Politica sulla Privacy | https://www.stackoon.io/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stackoon", "version": "3.7.2", "manifest_version": 3, "action": { "default_icon": { "16": "public\/logo16.png", "32": "public\/logo32.png", "48": "public\/logo48.png", "96": "public\/logo128.png", "128": "public\/logo128.png" }, "default_popup": "index\/popup.html", "default_title": "Stackoon" }, "permissions": [ "tabs", "storage", "history", "alarms", "notifications" ], "icons": { "16": "public\/fav.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/app.stackoon.js-loader.09a2fa89.js" ], "matches": [ "https:\/\/app.stackoon.io\/*", "https:\/\/www.app.stackoon.io\/*", "https:\/\/app.stackoon.ai\/*", "https:\/\/www.app.stackoon.ai\/*" ], "run_at": "document_start" }, { "js": [ "assets\/all.xhr.js-loader.401ddaa6.js" ], "matches": [ " |