inline
inline
Qu'est-ce que inline ?
inline est une extension Chrome développée par http://app.inlinecoach.com, et sa fonction principale est "inline".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension inline
Téléchargez les fichiers d'extension inline au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | peabopbejocighceojpogkipfbcnbief |
URL Officiel | https://chrome.google.com/webstore/detail/inline/peabopbejocighceojpogkipfbcnbief |
Description | inline |
Taille du Fichier | 443 KB |
Nombre d'Installations | 693 |
Version Actuelle | 1.0.55 |
Dernière Mise à Jour | 2022-08-03 |
Date de Publication | 2019-09-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | http://app.inlinecoach.com |
[email protected] | |
Site Web de l'Extension | https://inlinecoach.com |
URL de la Page d'Aide | https://inlinecoach.com/faq |
URL de la Page de Politique de Confidentialité | https://www.inlinecoach.com/legal/privacy |
Langues Prises en Charge | 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" } } |