SOPbox

An extension for SOPbox

SOPboxとは何ですか?

SOPboxはParsimony, LLCによって開発されたChromeの拡張機能で、その主な機能は「An extension for SOPbox」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

SOPbox拡張機能のCRXファイルをダウンロード

SOPbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Write, manage, and use SOPs and Checklists on any website, anywhere.

OVERVIEW:
SOPbox displays SOPs and Checklists in a sidebar that is available on any website.  Users can write their own SOPs using SOPbox AI in about a minute.  Checklists allow for reporting and notifications on overdue tasks.

DESCRIPTION:
SOPbox™ enables users of any website to create Standard Operating Procedures that can be displayed in a side-bar that is available on any website.  These step-by-step instructions can include links, formatted text, and images to help users to quickly learn how to perform their jobs.

In addition to SOPs, SOPBox can display recurring Checklists that can be set to different priorities.  This makes it easy stay on top of the most urgent tasks and users will like the ability to link SOPs to specific tasks in the Checklists.

The paid versions of SOPbox include the ability to assign Checklists to Users and Roles as well as run reports on overdue tasks.

FEATURES:
1) Works Everywhere: You can browse the SOPs on any website you visit, which lets you work seamlessly. No need to switch between tabs to read instructions.
2) Access all SOPs: You can use the 'Search' function inside the SOPbox to find any SOP that you need.
3) Checklists: Create one-time or recurring checklists for users.  Then create reports to make sure that tasks are getting completed on time.
4) SOPbox AI:  With our integration to Open AI's ChatGPT-4, you can get a first draft of any SOP in about one minute based on just the SOP title.  Edit as necessary and save!

SETTING UP THE SOPbox:
1) Click the 'Add to Chrome' button on the top-right of this webpage.
2) Click 'Add Extension' once you see the Chrome pop-up.
3) Open your SOPbox website (e.g. yourcompany.SOPbox.io) and log in.
4) Click on the teal side-bar and press 'Load SOPs'.
5) Now you're ready to use the SOPbox on any website you visit!

IMPORTANT:
SOPbox requires an account on SOPbox.io.  There are multiple plans:
 - SOPbox SOLO is free forever but is limited to one user and 20 SOPbox AI requests.
 - SOPbox PRO is a priced per user per month and includes unlimited SOPbox AI requests.
 - Go to SOPbox.io for more details.                    

拡張機能の基本情報

名前 SOPbox SOPbox
ID kkgjmmjflaefighkbmlfbhjcbphmipde
公式URL https://chromewebstore.google.com/detail/sopbox/kkgjmmjflaefighkbmlfbhjcbphmipde
説明 An extension for SOPbox
ファイルサイズ 841 KB
インストール数 108
現在のバージョン 2.3.1
最終更新日 2023-11-24
公開日 2021-02-21
評価 5.00/5 合計 1 レビュー
開発者 Parsimony, LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sopbox.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SOPbox",
    "version": "2.3.1",
    "action": {
        "default_title": "SOPbox"
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "content-hooks.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "SOPbox",
    "description": "An extension for SOPbox"
}