Is it a Video, is it a Doc? No! It's Docutalk

A New Visual Media, 5X Faster, 30X Crisper than Video, to Present, Read & Discuss Documents without Meetings.

Is it a Video, is it a Doc? No! It's Docutalkคืออะไร?

Is it a Video, is it a Doc? No! It's Docutalk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://graphcall.com และคุณลักษณะหลักของมันคือ "A New Visual Media, 5X Faster, 30X Crisper than Video, to Present, Read & Discuss Documents without Meetings."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Is it a Video, is it a Doc? No! It's Docutalk

ดาวน์โหลดไฟล์ส่วนขยาย Is it a Video, is it a Doc? No! It's Docutalk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Patent US 11,327,775 B2

Because we watch presentation on Mobile,
we made DocuTalk 30X Crisper than a Video on Mobile.

https://youtu.be/R6kjyf7TDRc

Because Documents are meant to be READ, DocuTalk Switches to Document Mode on Pause

https://youtu.be/DUrbU2vt21w

Because People need to REPLY & Discuss the Documents, It's a 2-WAY visual messaging inside the Live Doc.

https://youtu.be/AAWMl-Spw3A


DUAL-MEDIA will cut steps for you.

✂️ Web conferences 
✂️ Video presentations. ..... but 30X more precise on Mobile!
✂️ Emailing Doc, 
✂️ Doc analytics, 
✂️ Sound & Text Messaging that has no Visual context of the Doc.  

A SINGLE DocuTalk Link replaces ALL of that, 
without relying on web conferences or typing anything.

Time is too precious to be wasted in Web Conferences.
Switch to DocuTalk

If you are a member of the North American Association of Sales engineers, you can get a discount. 👉 https://bit.ly/docutalk-naase-discount

(formerly GraphCall)                    

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

ชื่อ Is it a Video, is it a Doc? No! It's Docutalk Is it a Video, is it a Doc? No! It's Docutalk
ID egbabfpdkanjleflikelmkdlndempbbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/is-it-a-video-is-it-a-doc/egbabfpdkanjleflikelmkdlndempbbh
คำอธิบาย A New Visual Media, 5X Faster, 30X Crisper than Video, to Present, Read & Discuss Documents without Meetings.
ขนาดไฟล์ 2.18 MB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.1.8
อัปเดตครั้งล่าสุด 2023-04-22
วันที่เผยแพร่ 2020-06-01
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://graphcall.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.graphcall.com
URL หน้าช่วยเหลือ https://www.graphcall.com/contact-us.jsp
URL หน้านโยบายความเป็นส่วนตัว https://www.graphcall.com/privacy.jsp
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is it a Video, is it a Doc? No! It's Docutalk",
    "version": "0.0.1.8",
    "description": "A New Visual Media, 5X Faster, 30X Crisper than Video, to Present, Read & Discuss Documents without Meetings.",
    "background": {
        "scripts": [
            "js\/assets\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.graphcall.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/assets\/content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.graphcall.com\/*"
        ]
    },
    "web_accessible_resources": [
        "js\/assets\/angular_inject.js"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com  https:\/\/www.gstatic.com; object-src 'self'",
    "permissions": [
        "declarativeContent",
        "tabs",
        ""
    ],
    "manifest_version": 2
}