DocuINK PDF tool

Upload online PDF files quickly with DocuINK.

DocuINK PDF toolคืออะไร?

DocuINK PDF tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.penpowerinc.com และคุณลักษณะหลักของมันคือ "Upload online PDF files quickly with DocuINK."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DocuINK PDF tool

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

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

                        Enhance PDF collaboration with DocuINK, an online platform for educators, students, designers, and marketers. Enjoy versatile annotation and comment tools. Streamline teamwork and class collaboration, save time, and boost productivity with DocuINK!

Highlighted Features:

.Multimedia comments for interactive discussions
Add a magical point to any part of your PDF files to link to comments including texts, images, screen recordings, webcam videos, and voice messages.

.Cloud annotations for highlighting key points and ideas
Upload PDF files to annotate, edit and draw.

.Collaboration with multiple users for efficient teamwork
Share PDF links with one or more individuals, granting them the ability to edit, comment, or view the document as needed.

.Effortless annotation management
Access comments and annotations by clicking on circled numbers within the PDF. Never miss any valuable input.

.Clear viewing with toggle thumbnails
Toggle thumbnails on and off to view each collaborator's comments and annotations

.Optimize the teaching and learning process
  1. Share worksheets, assignments, and assessments online.
  2. Engage through video and voice explanations.
  3. Make your teaching materials more engaging by adding images, videos, or texts on PDFs.

“After using DocuINK, my students became more comfortable asking questions. They would leave comments next to the topics they didn't understand, and I would respond with helpful videos or audio explanations for formula derivation. It has greatly aided my teaching.”

Try DocuINK Now: https://www.evolaclass.com/en/docuink                    

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

ชื่อ DocuINK PDF tool DocuINK PDF tool
ID gbdcdfmbpmfociihgbbepidhjddploel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/docuink-pdf-tool/gbdcdfmbpmfociihgbbepidhjddploel
คำอธิบาย Upload online PDF files quickly with DocuINK.
ขนาดไฟล์ 399 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.0.0.5
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2023-07-31
ผู้พัฒนา https://www.penpowerinc.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.evolaclass.com/en/docuink
URL หน้าช่วยเหลือ https://ppfaq.zendesk.com/hc/en-001/requests/new
URL หน้านโยบายความเป็นส่วนตัว https://www.evolaclass.com/en/privacy-policy
ภาษาที่รองรับ de,en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "version": "1.0.0.5",
    "action": {
        "default_title": "__MSG_go_to_docuink__"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/ic_firefox-online_16.png",
        "32": "images\/ic_firefox-online_32.png",
        "48": "images\/ic_firefox-online_48.png",
        "128": "images\/ic_firefox-online_128.png"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.evolaclass.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/docuink.evolaclass.com\/*",
                "https:\/\/docuink-test.evolaclass.com\/*",
                "https:\/\/tennydev.evolaclass.com\/*"
            ],
            "js": [
                "my-content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/docuink.evolaclass.com\/*",
                "https:\/\/docuink-test.evolaclass.com\/*",
                "https:\/\/tennydev.evolaclass.com\/*"
            ],
            "js": [
                "docuink-content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "embedded.html",
                "embedded.js",
                "embedded.css",
                "login_popup.html",
                "login_popup.js",
                "getOnedriveVariable.js",
                "getGDVariable.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}