Amity Faculty Feedback Auto Fill

Auto Fill The Amity University NTCC

Amity Faculty Feedback Auto Fillとは何ですか?

Amity Faculty Feedback Auto FillはSagar Bajpaiによって開発されたChromeの拡張機能で、その主な機能は「Auto Fill The Amity University NTCC」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Amity Faculty Feedback Auto Fill拡張機能のCRXファイルをダウンロード

Amity Faculty Feedback Auto Fill拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Students of Amity University, India can fill their faculty feedback within seconds. Just open of the faculty feedback form, choose the faculty for the feedback and hit the extension icon on the chrome browser. It'll automatically fill the feedback form.

Note:-
This extension will only give "Strongly Agree" feedback to all the inputs in the faculty feedback form.                    

拡張機能の基本情報

名前 Amity Faculty Feedback Auto Fill Amity Faculty Feedback Auto Fill
ID hmommbfeepgnlfgcjagjjebeipgkcbhm
公式URL https://chromewebstore.google.com/detail/amity-faculty-feedback-au/hmommbfeepgnlfgcjagjjebeipgkcbhm
説明 Auto Fill The Amity University NTCC
ファイルサイズ 22.22 KB
インストール数 165
現在のバージョン 1.0
最終更新日 2019-02-14
公開日 2019-02-14
評価 5.00/5 合計 1 レビュー
開発者 Sagar Bajpai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.revealed.co.in
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amity Faculty Feedback Auto Fill",
    "version": "1.0",
    "description": "Auto Fill The Amity University NTCC ",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "defaul_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/student.amizone.net\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/student.amizone.net\/*"
    ]
}