inline
inline
inline란 무엇입니까?
inline은(는) http://app.inlinecoach.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "inline"입니다.
확장 프로그램 스크린샷
inline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
inline® provides real-time, in-browser help for college applications that use the Common Application®. It works with the Common App® general questions, as well as with 650+ individual college supplements. Using inline® is like having an expert college admissions coach sitting right beside you, giving you the strategic advice and insider hints you need to conquer the most intimidating part of the college admissions process: the application.
확장 프로그램 기본 정보
이름 | |
ID | peabopbejocighceojpogkipfbcnbief |
공식 URL | https://chrome.google.com/webstore/detail/inline/peabopbejocighceojpogkipfbcnbief |
설명 | inline |
파일 크기 | 443 KB |
설치 횟수 | 693 |
현재 버전 | 1.0.55 |
최근 업데이트 | 2022-08-03 |
출시 날짜 | 2019-09-05 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://app.inlinecoach.com |
이메일 | [email protected] |
확장 프로그램 웹 사이트 | https://inlinecoach.com |
도움말 페이지 URL | https://inlinecoach.com/faq |
개인정보 보호 정책 페이지 URL | https://www.inlinecoach.com/legal/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "inline", "version": "1.0.55", "manifest_version": 3, "short_name": "inline", "author": "CommonCoach, Inc.", "description": "inline", "content_scripts": [ { "matches": [ "*:\/\/apply.commonapp.org\/*", "*:\/\/app.commonapp.org\/*" ], "css": [ "css\/commoncoach.css" ], "js": [ "js\/jquery.js", "js\/lodash.js", "js\/handlebars.runtime-latest.js", "js\/featherlight.min.js", "js\/templates\/compiled-templates.js", "js\/commoncoach.js" ] } ], "permissions": [ "storage", "activeTab" ], "host_permissions": [ "*:\/\/*.commoncoach.com\/*", "*:\/\/*.inlinecoach.com\/*", "*:\/\/*.commonapp.org\/*" ], "action": { "default_icon": { "19": "icon-19.png", "38": "icon-38.png" }, "default_title": "inline", "default_popup": "page_action.html" }, "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*", "css\/*", "js\/*" ], "matches": [ "*:\/\/apply.commonapp.org\/*", "*:\/\/app.commonapp.org\/*", "*:\/\/app.inlinecoach.com\/*" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png", "256": "icon-256.png" } } |