STAGIL Atlassian Cloud Browser Extension
STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.
什么是STAGIL Atlassian Cloud Browser Extension?
STAGIL Atlassian Cloud Browser Extension是由https://www.stagil.com开发的Chrome扩展程序,该扩展的主要功能是“STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.”。
扩展截图
下载STAGIL Atlassian Cloud Browser Extension扩展crx文件
下载STAGIL Atlassian Cloud Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The STAGIL Atlassian Cloud Chrome Extension allows you to extend the navigation of the Atlassian Cloud in combination with the Atlassian cloud apps "STAGIL Navigation for Jira" and "STAGIL Navigation for Confluence".
扩展基本信息
名称 | STAGIL Atlassian Cloud Browser Extension |
ID | egdfokcgobdhhhogdacofnohldfbemge |
官方URL | https://chromewebstore.google.com/detail/stagil-atlassian-cloud-br/egdfokcgobdhhhogdacofnohldfbemge |
简介 | STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge. |
文件大小 | 61.05 KB |
安装次数 | 363 |
当前版本 | 2.2.0 |
更新时间 | 2023-11-22 |
上架时间 | 2020-12-05 |
开发者 | https://www.stagil.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://stagil.com/ |
帮助页面URL | https://support.stagil.com |
隐私政策页面URL | https://www.stagil.com/data-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "STAGIL Atlassian Cloud Browser Extension", "version": "2.2.0", "description": "STAGIL Atlassian Cloud Browser Extension for Google Chrome and Microsoft Edge.", "icons": { "16": "images\/snjc\/icon-16.png", "32": "images\/snjc\/icon-32.png", "48": "images\/snjc\/icon-48.png", "128": "images\/snjc\/icon-128.png" }, "action": { "default_popup": "html\/options.html" }, "options_ui": { "page": "html\/options.html", "open_in_tab": false }, "permissions": [ "tabs", "activeTab", "storage", "scripting", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.atlassian.net\/*", "file:\/\/\/html\/*", "https:\/\/apps.stagil.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.atlassian.net\/*", "file:\/\/\/html\/*", "file:\/\/js\/*", "https:\/\/apps.stagil.com\/*" ], "css": [ "css\/skeleton.css", "css\/scbe.css" ], "js": [ "js\/commonFiles\/sockjs.min.js", "js\/commonFiles\/stomp.min.js", "js\/commonFiles\/constants.js", "js\/commonFiles\/utils.js", "js\/sajc\/sajc-loader.js", "js\/snjc\/snjc-loader.js", "js\/sajc\/sajc.js", "js\/snjc\/snjc.js" ], "all_frames": true } ] } |