Gear - SOP Library, Recorder and Helper

⭐ Purpose ⭐ This app allows users to view Standard Operating Procedures (SOPs) based on the URL they visit. In a company you can…

O que é Gear - SOP Library, Recorder and Helper?

Gear - SOP Library, Recorder and Helper é uma extensão do Chrome desenvolvida por nt, e sua principal característica é "⭐ Purpose ⭐ This app allows users to view Standard Operating Procedures (SOPs) based on the URL they visit. In a company you can…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gear - SOP Library, Recorder and Helper

Baixe arquivos de extensão Gear - SOP Library, Recorder and Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ⭐ Purpose ⭐ This app allows users to view Standard Operating Procedures (SOPs) based on the URL they visit.

In a company you can have thousands of SOPs. But with this app you get:
✔️ A SOP library
✔️ A fast and easy to access search option
✔️ A user management system for security
✔️ Easy maintenance 
✔️ To record processes with one click

‼️ But the most important feature is this ↓
🔹Gear will show you relevant SOPs based on the URL you are visiting. That way you will avoid clutter and increase the chance that people will consult your SOP.

Example:
Let's say a colleague of mine is ill, and i have to send out our newsletter. I go to mailchimp.com and now The Gear Icon will change to a "1️" meaning one SOP is available at this specific domain. No need to go though a ton of SOP's, just consult the one that Gear provides you with.


📩A small message to anyone reading this:
I am absolutely delighted, that you have found my extension. 

I made Gear as a solution to a problem I faced in my own company. SOPs (Standard Operation Procedures) or processes, are key to the successful scalability of any company.
It allows colleagues to step up and help solve a "job to be done", when another colleague is ill, on vacation or on maternity leave.

I believe it is the mark of a good company to solve the jobs at hand, without having to disturb the person who is not at work. 

But SOPs have a ton of issues. Many of which pertains to creating and maintaining them. 
The first problem we face is: 
The chance of an SOP being created or updated will increase with the lowering of barriers. 

With Gear, you can easily create and maintain SOPs from your browser without having to disrupt your workflow, in order to find the place where your company keep the SOPs and then look for the right one to update.
Just click the icon, and see the available SOPs attached to the url you are currently on, create or click edit to update!

But SOPs have another problem, well 3 problems actually. I call them "The ABC's of SOP's"
🔤 Awareness: Most employees wont know that an SOP exists, so how can they follow it!
🔤 Barriers: Even if they know it exists, they might not know where to find it or what it is called!
🔤 Change: And if they know it exists and they think they already know all the steps, they wont check to see if an update/change has been made.

Gear fixes all of this 🔥
🔹The icon lets you know if a SOPs is relevant for the current URL you are on.
🔹Gear will show you a list of select SOPs that pertains only to the work you are doing, by checking the URL you are currently on.
🔹Gear will let you know if a SOP has been updated since the last time you read it. Asking you to go and read the changes.

And that it. A potential solution to one of the most boring problems. Because an SOP really only works if it makes your job easier.

Thanks so much for using Gear.
TheGearApp.com


🍾 Latest Features 🍾
Latest update is a massive on.
🔹Ability to record processes with one click
🔹Ability to invite user
🔹Improved dashboard
🔹User roles implemeted
🔹Inserting images or video                    

Informações Básicas da Extensão

Nome Gear - SOP Library, Recorder and Helper Gear - SOP Library, Recorder and Helper
ID ijnophjenbdhabdeojmbcolbgcjkgpdi
URL Oficial https://chromewebstore.google.com/detail/gear-sop-library-recorder/ijnophjenbdhabdeojmbcolbgcjkgpdi
Descrição ⭐ Purpose ⭐ This app allows users to view Standard Operating Procedures (SOPs) based on the URL they visit. In a company you can…
Tamanho do Arquivo 1.92 MB
Contagem de Instalações 51
Versão Atual 2.3.1
Última Atualização 2023-11-21
Data de Publicação 2022-04-06
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor nt
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thegearapp.com/
URL da Página de Política de Privacidade https://atlaspartners.dk/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gear - SOP Library, Recorder and Helper",
    "version": "2.3.1",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "logo-16.png",
            "48": "logo-48.png",
            "128": "logo-128.png"
        },
        "default_title": "Gear - SOP Library, Recorder and Helper"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-style.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}