Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Pure Potential: EZLynx Name/Note Formatter란 무엇입니까?
Pure Potential: EZLynx Name/Note Formatter은(는) chadspaide에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pure Potential: EZLynx Naming Conventions and Note Formatter"입니다.
확장 프로그램 스크린샷
Pure Potential: EZLynx Name/Note Formatter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication.
확장 프로그램 기본 정보
이름 | Pure Potential: EZLynx Name/Note Formatter |
ID | hcfboffbjemffnebglgbjpmbakahaioh |
공식 URL | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
설명 | Pure Potential: EZLynx Naming Conventions and Note Formatter |
파일 크기 | 158 KB |
설치 횟수 | 547 |
현재 버전 | 0.1.9 |
최근 업데이트 | 2023-12-05 |
출시 날짜 | 2020-11-18 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | chadspaide |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pure-potential.net/ |
도움말 페이지 URL | https://pure-potential.net/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pure Potential: EZLynx Name\/Note Formatter", "version": "0.1.9", "manifest_version": 2, "description": "Pure Potential: EZLynx Naming Conventions and Note Formatter", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.min.js", "js\/bililite.js", "js\/jquery.sendkeys.js", "src\/bg\/bg-flag.js", "src\/ValidTitles.js", "src\/TitleHandler.js", "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/app.ezlynx.com\/*", "*:\/\/callcenter.purepotential.io\/admin\/*" ], "js": [ "js\/bililite.js", "js\/jquery\/jquery.min.js", "js\/jquery.sendkeys.js", "src\/UI.js", "src\/ValidTitles.js", "src\/TitleHandler.js", "src\/inject.js" ], "css": [ "css\/inject.css" ] } ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Pure Potential EZLynx Naming Conventions and Note Formatter", "default_popup": "src\/popup\/popup.html" }, "permissions": [ "activeTab", "storage", "*:\/\/app.ezlynx.com\/*", "*:\/\/www.dropbox.com\/*" ], "web_accessible_resources": [ "img\/*" ] } |