Lasso

Pragya Bookmark Addon

Qu'est-ce que Lasso ?

Lasso est une extension Chrome développée par Pragya Systems Corp, et sa fonction principale est "Pragya Bookmark Addon".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lasso

Téléchargez les fichiers d'extension Lasso au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        “Lasso” allows you to add a URL directly into your course or library in the Pragya cloud. Login with your Pragya Systems credentials once and start browsing your libraries and courses directly from Lasso. As you are browsing the internet, if you find a page that is interesting, directly add it to your library/course/topic by clicking on the “Lasso” icon. Lasso helps Pragya Systems dramatically simplify authoring and curation of courses and discovery of learning content. To learn more, go to https://www.pragyasystems.com                    

Informations de Base sur l'Extension

Nom Lasso Lasso
ID odhjialpmnpjbdanajhjnahiigombooc
URL Officiel https://chromewebstore.google.com/detail/lasso/odhjialpmnpjbdanajhjnahiigombooc
Description Pragya Bookmark Addon
Taille du Fichier 859 KB
Nombre d'Installations 26
Version Actuelle 0.2016.6.29
Dernière Mise à Jour 2016-06-30
Date de Publication 2016-06-30
Évaluation 4.50/5 Total 4 Évaluations
Développeur Pragya Systems Corp
Type de Paiement free
Site Web de l'Extension https://www.pragyasystems.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lasso",
    "short_name": "Lasso",
    "version": "0.2016.6.29",
    "manifest_version": 2,
    "description": "Pragya Bookmark Addon",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "UserLogin.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*.pragyasystems.com\/*",
        "https:\/\/*.pragyasystems.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pragyasystems.com\/*",
                "https:\/\/*.pragyasystems.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ]
}