Tag-a-Doc

Easily keep track of projects, review dates, confidentiality levels or metadata. Displays document/calendar tags in G-Suite Apps

Tag-a-Docคืออะไร?

Tag-a-Doc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://educ.io และคุณลักษณะหลักของมันคือ "Easily keep track of projects, review dates, confidentiality levels or metadata. Displays document/calendar tags in G-Suite Apps"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tag-a-Doc

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

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

                        UPDATED: Latest version displays tags in Google Calendar Events and paths for Google Documents!

An indispensable little Chrome browser extension which will display tags in the header of your Google Docs, Sheets, Slides and Drawings.

Use it to keep track of projects, or remind users when they are handling confidential or sensitive information.

Once you have installed the extension and signed in, any tags associated with your Google documents (documents, spreadsheets, presentations or drawings) will be displayed as small badges at the top of your editor window (next to the title of the document). These will match the look and feel of the tags you can edit and manage using our folders and event apps.                    

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

ชื่อ Tag-a-Doc Tag-a-Doc
ID ekniapbebejhamindielmdgpceijdpff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tag-a-doc/ekniapbebejhamindielmdgpceijdpff
คำอธิบาย Easily keep track of projects, review dates, confidentiality levels or metadata. Displays document/calendar tags in G-Suite Apps
ขนาดไฟล์ 39.13 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.2.7
อัปเดตครั้งล่าสุด 2019-07-22
วันที่เผยแพร่ 2019-07-22
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://educ.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://educ.io/extensions/tag-a-doc
URL หน้าช่วยเหลือ https://educ.io/extensions/tag-a-doc
URL หน้านโยบายความเป็นส่วนตัว https://educ.io/about?highlight=privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.2.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "oauth2": {
        "client_id": "506651158922-v3fudugveucmkcgu0ncm6rnrqmo7md45.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.events.readonly"
        ]
    },
    "permissions": [
        "identity",
        "tabs",
        "https:\/\/docs.google.com\/*",
        "https:\/\/calendar.google.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/*",
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "network.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "TagaDoc",
        "default_icon": "icon16.png",
        "default_popup": "settings.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.educ.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq9afEWe3x4vw2Fb34rRzBme9iWBc90DcSKmVomxz9JIeERG\/kW2HI5T9ic90uQ0Nvlk7t2XXRTWTuyD7t70qASK3FeowuNPDL5KyuNsULHT\/dVjZyByhd+jM8vJHr102Pp4emlalfFroC8JHxlsRPwGe0OOIJO6\/L6Y6nmvdBLEh7s3VAuFxCWWSF8DXXVSikECkw71B2oq\/BvEDthaom3gJOvm+KlFEgfcbk81JRWmoiqwiUCLsC7s2t3uMbJsZG3GTFIiuMNK2Sa7\/fLaIL5Nc+CyWCnqn5a52HlI58T5w2A5t0oWMON7OVqM2XqRWl+mzIJuEL29PfPpCrrPOSwIDAQAB"
}