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 |
| 公式URL | 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 |
| Eメール | [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"
}
}
} | |