LPU UMS Extension
Now login to LPU UMS is Made simple by this litte Cuddy.
LPU UMS Extensionとは何ですか?
LPU UMS ExtensionはBhargava Prabu Reddyによって開発されたChromeの拡張機能で、その主な機能は「Now login to LPU UMS is Made simple by this litte Cuddy.」です。
拡張機能のスクリーンショット
LPU UMS Extension拡張機能のCRXファイルをダウンロード
LPU UMS Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An Easy way to login to Lpu Ums Portal directly without the landing page. Now login to LPU UMS is Made simple. LPU UMS Extension is a easy way to login to UMS Portal. You can save your User name and password for the next login! ★ Save Username ★ Save Password ★ Login to Myclass. ★ Navigate to Dashboard, Home Page, Upload Assignemt, View Assignments. ★ Password is not tracked, it is stored in browser and it is hidden. Like this Extension? then Review it.
拡張機能の基本情報
名前 | LPU UMS Extension |
ID | acpmgacalnkaggikkhdffhogebmbjpmp |
公式URL | https://chromewebstore.google.com/detail/lpu-ums-extension/acpmgacalnkaggikkhdffhogebmbjpmp |
説明 | Now login to LPU UMS is Made simple by this litte Cuddy. |
ファイルサイズ | 2.04 MB |
インストール数 | 167 |
現在のバージョン | 4.4.3 |
最終更新日 | 2021-01-07 |
公開日 | 2020-05-20 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Bhargava Prabu Reddy |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://codeforcoder.com/article/blog |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LPU UMS Extension", "description": "Now login to LPU UMS is Made simple by this litte Cuddy.", "version": "4.4.3", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/Icon-16.png", "24": "images\/Icon-24.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.lpu.in\/*" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/content.js" ] } ], "options_page": "option\/options.html", "manifest_version": 2, "browser_action": { "default_icon": { "16": "images\/Icon-16.png", "24": "images\/Icon-24.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "default_popup": "index.html", "default_title": "EASY WAY TO LOGIN UMS" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "MacCtrl+Shift+U" }, "description": "Shortcut to open LPU UMS Extension" } } } |