Accelo
This is the official Chrome Extension for Accelo: accelo.com/chrome-extension
什麼是Accelo?
Accelo是由Accelo開發的Chrome擴展程式,該擴展的主要功能是“This is the official Chrome Extension for Accelo: accelo.com/chrome-extension”。
擴展截圖
下載Accelo擴展crx文件
下載Accelo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Accelo's Chrome extension allows developers to live and work in JIRA by improving the way links are tracked between Accelo and JIRA. Now, when developers create or edit a JIRA ticket, they’ll be able to quickly search for the client project, milestone, ticket, or contract that already lives in Accelo right from JIRA. 擴展基本資訊
| 名稱 | |
| ID | kggflnjnadkilagnigkgnehjpmopneoo |
| 官方網址 | https://chromewebstore.google.com/detail/accelo/kggflnjnadkilagnigkgnehjpmopneoo |
| 簡介 | This is the official Chrome Extension for Accelo: accelo.com/chrome-extension |
| 檔案大小 | 504 KB |
| 安裝次數 | 395 |
| 目前版本 | 0.3.0 |
| 更新時間 | 2022-03-01 |
| 上架時間 | 2020-08-28 |
| 評分 | 3.33/5 共 3 次評分 |
| 開發者 | Accelo |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.accelo.com |
| 說明頁面URL | https://www.accelo.com/resources/help/guides/integrations-guide/jira/chrome-extension/ |
| 隱私政策頁面URL | http://www.accelo.com/company/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Accelo",
"description": "This is the official Chrome Extension for Accelo: accelo.com\/chrome-extension",
"homepage_url": "https:\/\/www.accelo.com\/chrome-extension",
"short_name": "Accelo Chrome Extension",
"version": "0.3.0",
"background": {
"scripts": [
"node_modules\/jquery\/dist\/jquery.min.js",
"api.js",
"background.js"
],
"persistent": false
},
"icons": {
"16": "accelo_16.png",
"48": "accelo_48.png",
"128": "accelo_128.png"
},
"permissions": [
"identity",
"storage",
"activeTab",
"tabs"
],
"optional_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"web_accessible_resources": [
"content.html",
"extension.css",
"node_modules\/jquery\/dist\/jquery.min.js",
"contentscript.js"
],
"browser_action": {
"default_icon": {
"16": "accelo_16.png",
"48": "accelo_48.png",
"128": "accelo_128.png"
}
}
} | |