AIESEC TN Search App

A simple TN Search Tool in order to optimize the process of searching for TN's

Τι είναι το AIESEC TN Search App;

Το AIESEC TN Search App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jjperezaguinaga.com, και η κύρια λειτουργία του είναι "A simple TN Search Tool in order to optimize the process of searching for TN's".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AIESEC TN Search App

Λήψη αρχείων επέκτασης AIESEC TN Search App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Greetings from LC Mexico!

In order to improve the experience for EP's when browsing myaiesec.net, we created a tool that helps you search for a TN and display the most relevant information to it. Through this application you can save searches through Region or Country, as well as the TN's you are interested the most in order to apply to them afterwards through MyAIESEC.net.

This application requires you have access to MyAIESEC.net. If you don't have a valid email and password, you won't be able to use this software. Please contact your local committee in order to obtain a MyAIESEC.net account.

In order to use the application, just log in as you normally would to MyAIESEC.net. After a page loads properly, you will see a small Eddy in the URL. Click on it and you are ready to go.

If you have any questions, don't hesitate to contact me at [email protected]
Finally, feel free to review the source code at the Github Repository, fork it and send pull requests.

Hope it helps and saludos desde Mexico!
-Jose Jesus Perez Aguinaga
AIESEC Mexico LC OGX TMP Queretaro 

*DISCLAIMER: This tool is a software made in order to improve the experience of the portal. Any saved information is stored in your computer only and you are solely responsible for the use you give to it. By no means it saves any information from the AIESEC database to an external site or harms the portal neither your webpage. Yet, as with any software, it may have bugs that could reduce the performance of your browser that I won't make myself responsible of. Finally, by no means I'm involved in any way with TATA Consultancy Services.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AIESEC TN Search App AIESEC TN Search App
ID ebojdlfifalbfankoldbfmcfkpfkcccc
Επίσημο URL https://chromewebstore.google.com/detail/aiesec-tn-search-app/ebojdlfifalbfankoldbfmcfkpfkcccc
Περιγραφή A simple TN Search Tool in order to optimize the process of searching for TN's
Μέγεθος Αρχείου 281 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 0.3.0
Τελευταία Ενημέρωση 2013-01-02
Ημερομηνία Δημοσίευσης 2013-01-02
Αξιολόγηση 4.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://jjperezaguinaga.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jjperezaguinaga/AIESEC-Chrome-Extension/tree/v0.3.0
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/jjperezaguinaga
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AIESEC TN Search App",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "A simple TN Search Tool in order to optimize the process of searching for TN's",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.myaiesec.net\/*"
            ],
            "js": [
                "js\/vendor\/jquery.min.js",
                "js\/libs\/aiesec\/parser\/parser.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "page_action": {
        "default_icon": "img\/icon-19.png",
        "default_title": "MyAIESEC",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "background",
        "http:\/\/www.firebase.com\/*",
        "http:\/\/static.firebase.com\/*",
        "http:\/\/www.myaiesec.net\/*",
        "http:\/\/195.219.251.154\/*"
    ],
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/static.firebase.com https:\/\/aiesec.firebaseio.com; object-src 'self'; "
}