IAUTabler

Create tables from PeopleSoft's search section.

O que é IAUTabler?

IAUTabler é uma extensão do Chrome desenvolvida por Omar Ahmed, e sua principal característica é "Create tables from PeopleSoft's search section.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IAUTabler

Baixe arquivos de extensão IAUTabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        IAUTabler is built to facilitate choosing a group before enrollment. It is built for IAU students who needs to compare between different groups to choose the most suitable group for them. Instead of using MS Word or Excel to create time tables, IAUTabler supports drag-n-drop mechanism to facilitate the process.

Disclaimer: If you installed the extension while PeopleSoft is already opened, you might need to refresh PeopleSoft page then run the extension. Also, you need to search for classes first before running the extension.

UI designed by: https://www.linkedin.com/in/khalid-awlaqi                    

Informações Básicas da Extensão

Nome IAUTabler IAUTabler
ID knnklkpdcepnlfaeafjabbpoleidnloo
URL Oficial https://chromewebstore.google.com/detail/iautabler/knnklkpdcepnlfaeafjabbpoleidnloo
Descrição Create tables from PeopleSoft's search section.
Tamanho do Arquivo 2.06 MB
Contagem de Instalações 182
Versão Atual 0.0.3
Última Atualização 2021-09-02
Data de Publicação 2021-08-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Omar Ahmed
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IAUTabler",
    "manifest_version": 2,
    "version": "0.0.3",
    "description": "Create tables from PeopleSoft's search section.",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*",
                "*:\/\/sis.iau.edu.sa\/psc\/*\/EMPLOYEE\/SA\/c\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}