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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Accelo |
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 |
이메일 | [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" } } } |