Record Procedure & SOPs - SweetProcess

Create a standard operating procedure (SOP) based on your activity in the browser

Record Procedure & SOPs - SweetProcessคืออะไร?

Record Procedure & SOPs - SweetProcess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SweetProcess และคุณลักษณะหลักของมันคือ "Create a standard operating procedure (SOP) based on your activity in the browser"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Record Procedure & SOPs - SweetProcess

ดาวน์โหลดไฟล์ส่วนขยาย Record Procedure & SOPs - SweetProcess ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Discover the future of productivity with Record Procedure! Our innovative extension is more than just a tool – it's your personal assistant, meticulously documenting your journey as you browse. Once you hit 'Capture Procedure' every click, every keystroke, and yes, even screenshots at each critical juncture, are captured in real-time, creating an immersive, visual story of your activity. These aren't mere recordings, they are visually enriched, dynamic playbooks paving the way for effective teamwork. Once your masterpiece is complete, export it effortlessly to your sweetprocess.com account, and transform it into a polished, ready-to-share standard operating procedure. Say goodbye to confusion, hello to clarity. Embrace efficiency, with Record Procedure!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Record Procedure & SOPs - SweetProcess Record Procedure & SOPs - SweetProcess
ID cchkoaedlaenfahlcdjniikfkdhdhmim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/record-procedure-sops-swe/cchkoaedlaenfahlcdjniikfkdhdhmim
คำอธิบาย Create a standard operating procedure (SOP) based on your activity in the browser
ขนาดไฟล์ 4.98 MB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2023-08-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา SweetProcess
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.sweetprocess.com
URL หน้าช่วยเหลือ https://www.sweetprocess.com/help/
URL หน้านโยบายความเป็นส่วนตัว https://www.sweetprocess.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Record Procedure & SOPs - SweetProcess",
    "manifest_version": 3,
    "description": "Create a standard operating procedure (SOP) based on your activity in the browser",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "declarativeNetRequest",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "img\/icon-57x57-precomposed.png",
        "32": "img\/icon-72x72-precomposed.png",
        "48": "img\/icon-114x114-precomposed.png",
        "128": "img\/logo-192px.png"
    },
    "action": {
        "default_title": "SweetProcess",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon-57x57-precomposed.png",
            "32": "img\/icon-72x72-precomposed.png",
            "48": "img\/icon-114x114-precomposed.png",
            "128": "img\/logo-192px.png"
        }
    },
    "version": "0.1.2"
}