Q360QuickSearch
This allows the user to do a quick search using the Q360 webclient.
Qu'est-ce que Q360QuickSearch ?
Q360QuickSearch est une extension Chrome développée par Solutions360, et sa fonction principale est "This allows the user to do a quick search using the Q360 webclient.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Q360QuickSearch
Téléchargez les fichiers d'extension Q360QuickSearch 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
Informations de Base sur l'Extension
Nom | Q360QuickSearch |
ID | cchagdmlljbeffcnifpplgjafdddjogd |
URL Officiel | https://chromewebstore.google.com/detail/q360quicksearch/cchagdmlljbeffcnifpplgjafdddjogd |
Description | This allows the user to do a quick search using the Q360 webclient. |
Taille du Fichier | 43.61 KB |
Nombre d'Installations | 69 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-02-06 |
Date de Publication | 2019-01-31 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Solutions360 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://solutions360.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Q360QuickSearch", "description": "This allows the user to do a quick search using the Q360 webclient.", "author": "Solutions 360", "version": "1.3", "homepage_url": "http:\/\/www.solutions360.com\/", "content_scripts": [ { "matches": [ "*:\/\/*\/controller.php?action=q360*", "*:\/\/*\/controller.php?action=quicksearch*" ], "js": [ "Q360QuickSearch.js" ] } ], "background": { "scripts": [ "backend.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "contextMenus", "tabs", "activeTab" ] } |