Latent Soft Launcher
This is an extension to launch useful links of Latent Soft and other
Qu'est-ce que Latent Soft Launcher ?
Latent Soft Launcher est une extension Chrome développée par http://latentsoft.com, et sa fonction principale est "This is an extension to launch useful links of Latent Soft and other".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Latent Soft Launcher
Téléchargez les fichiers d'extension Latent Soft Launcher 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
This is an extension to launch useful links related to Latent Soft. This is developed specially for students, employees and managing bodies of Latent Soft
Informations de Base sur l'Extension
Nom | |
ID | gallejgdmejfcbmaefpbkmffkgjgghcd |
URL Officiel | https://chrome.google.com/webstore/detail/latent-soft-launcher/gallejgdmejfcbmaefpbkmffkgjgghcd |
Description | This is an extension to launch useful links of Latent Soft and other |
Taille du Fichier | 73.7 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-03-11 |
Date de Publication | 2019-03-11 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | http://latentsoft.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Latent Soft Launcher", "version": "1.2", "description": "This is an extension to launch useful links of Latent Soft and other", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/get_started32.png", "128": "images\/get_started128.png" } }, "icons": { "32": "images\/get_started32.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |