HTTP Client Extension for kintone

This extension is HTTP client of kintone REST API.

What is HTTP Client Extension for kintone?

HTTP Client Extension for kintone is a Chrome extension developed by t.ganaha, and its main feature is "This extension is HTTP client of kintone REST API.".

Extension Screenshots

screenshot

Download HTTP Client Extension for kintone Extension CRX File

Download HTTP Client Extension for kintone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name HTTP Client Extension for kintone HTTP Client Extension for kintone
ID mjfdpfhdbkaidfbdakifehhjmmglkgle
Official URL https://chrome.google.com/webstore/detail/http-client-extension-for/mjfdpfhdbkaidfbdakifehhjmmglkgle
Description This extension is HTTP client of kintone REST API.
File Size 60.11 KB
Installation Count 208
Current Version 1.0
Last Updated 2016-12-06
Publish Date 2016-12-06
Rating 2.50/5 Total 2 Ratings
Developer t.ganaha
Payment Type free
Supported Languages 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"
}