ManualForce | マニュアルフォース

ブラウザ上の操作プロセスを誰でも簡単にマニュアル化することができます。

What is ManualForce | マニュアルフォース?

ManualForce | マニュアルフォース is a Chrome extension developed by https://manualforce.ai, and its main feature is "ブラウザ上の操作プロセスを誰でも簡単にマニュアル化することができます。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download ManualForce | マニュアルフォース Extension CRX File

Download ManualForce | マニュアルフォース 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

                        ManualForceはマニュアルの自動作成ツールです。
人に説明をしたいWebブラウザ上の操作を自動的に記録し、瞬時にマニュアル化、共有することができます。
従来、Webサービスの操作方法を人に説明したいときは、画面キャプチャを撮り、PowerPoint等に貼り付け、説明文を記載する等といった作業が想定されますが、このような一連の作業を自動で行うことができます。                    

Extension Basic Information

Name ManualForce | マニュアルフォース ManualForce | マニュアルフォース
ID pgcfkniiilibkmlemhnljnghcfkghhaj
Official URL https://chromewebstore.google.com/detail/manualforce-%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC%E3%82%B9/pgcfkniiilibkmlemhnljnghcfkghhaj
Description ブラウザ上の操作プロセスを誰でも簡単にマニュアル化することができます。
File Size 272 KB
Installation Count 1,033
Current Version 3.0.0
Last Updated 2024-01-21
Publish Date 2023-02-05
Rating 5.00/5 Total 1 Ratings
Developer https://manualforce.ai
Email [email protected]
Payment Type free
Extension Website https://manualforce.ai
Privacy Policy Page URL https://orangemoon.co.jp/privacypolicy
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ManualForce | \u30de\u30cb\u30e5\u30a2\u30eb\u30d5\u30a9\u30fc\u30b9",
    "description": "\u30d6\u30e9\u30a6\u30b6\u4e0a\u306e\u64cd\u4f5c\u30d7\u30ed\u30bb\u30b9\u3092\u8ab0\u3067\u3082\u7c21\u5358\u306b\u30de\u30cb\u30e5\u30a2\u30eb\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/manualforce.ai\/*",
            "https:\/\/*.manualforce.ai\/*"
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjnHzbhg5tAWqC9nBOWaU+\/8YTJIlhppMbKknfiTqHat01fJD9HIfPUVpJSiDvZBQq1o97ZNx2QgroZHNjzei35NjA5n\/dWi5q9vO0+H1XGptatCEo7KBaMPQtCTVipy1uQ8KxrR+OqApr+pDrnHWogvGF+FwsJEJXhCWLbbHfuPTuk5zZCIStV7CULg94SIQ77sqaAYG0KE48IdP6d6AqeR+4sZJdVVgcgS4x+NPF7eq7E8D8Abc7wgrSTH6rxq\/KeiO3N3MN9DMQJjkMAeAPrFXiM9SjenxmHas6QfQl0gj7MqX0Q4RafRwP3CAcxzRvKIa4u3FArBSsU0CtgplxwIDAQAB"
}