inline
inline
什么是inline?
inline是由http://app.inlinecoach.com开发的Chrome扩展程序,该扩展的主要功能是“inline”。
扩展截图
下载inline扩展crx文件
下载inline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |