inline
inline
Τι είναι το inline;
Το inline είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://app.inlinecoach.com, και η κύρια λειτουργία του είναι "inline".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης inline
Λήψη αρχείων επέκτασης 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" } } |