HTTP Client Extension for kintone
This extension is HTTP client of kintone REST API.
Qu'est-ce que HTTP Client Extension for kintone ?
HTTP Client Extension for kintone est une extension Chrome développée par t.ganaha, et sa fonction principale est "This extension is HTTP client of kintone REST API.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTTP Client Extension for kintone
Téléchargez les fichiers d'extension HTTP Client Extension for kintone 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 | |
ID | mjfdpfhdbkaidfbdakifehhjmmglkgle |
URL Officiel | https://chrome.google.com/webstore/detail/http-client-extension-for/mjfdpfhdbkaidfbdakifehhjmmglkgle |
Description | This extension is HTTP client of kintone REST API. |
Taille du Fichier | 60.11 KB |
Nombre d'Installations | 208 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-12-06 |
Date de Publication | 2016-12-06 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | t.ganaha |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0", "default_locale": "en", "description": "This extension is HTTP client of kintone REST API.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "HTTP Client Extension for kintone" }, "author": "t.ganaha", "background": { "scripts": [ "js\/jquery-3.1.1.min.js", "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "sandbox": { "pages": [ "main.html" ] }, "short_name": "kintone" } |