Time To Know

Quickly search topics and content within your Time To Know account, while browsing, without leaving the page.

Time To Knowคืออะไร?

Time To Know เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timetoknow.apps และคุณลักษณะหลักของมันคือ "Quickly search topics and content within your Time To Know account, while browsing, without leaving the page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time To Know

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

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

                        Real-time learning in the flow of work.

The TIME To KNOW google chrome extension is making learning in the flow of work part of your daily routine. A virtual assistant and recommendation BOT – this extension allows you to receive recommendations for existing training materials from your TIME To KNOW account, based on a real-time analysis of your browsing session. 

The chrome extension is a must have tool that addresses the exact knowledge needs for efficiently operating SaaS software.  Speed up your search with our deep search capability and discover relevant content through established topics within courses, content, slides or images.  

Train more 
Provide your teams and users with content that is designed specifically to meet their learning needs. Meet knowledge demands and close the knowledge gaps in your business.  

Learn more 
Save time on your learning by utilizing the extensions ability to scan and read content. Take advantage of a technology that delivers relevant training material – fast and efficiently.   

Earn more 
Make learning measurable and see the direct impact of training on business results.  

Relevancy is what drives the efficiency of the chrome extension. Course administrators can build a resource bank of relevant websites for inquisitive learners.  

Focus on what matters and give your users the best and smoothest learning experience possible. Download the extension, log in to your TIME To KNOW account and you will be able to start browsing and learning while completing your required learning tasks. 

Download the google chrome extension by TIME To KNOW!                    

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

ชื่อ Time To Know Time To Know
ID ejofmphnfolamobfnnjdoglmdoldnijh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/time-to-know/ejofmphnfolamobfnnjdoglmdoldnijh
คำอธิบาย Quickly search topics and content within your Time To Know account, while browsing, without leaving the page.
ขนาดไฟล์ 26.27 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2019-04-27
วันที่เผยแพร่ 2019-04-23
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา timetoknow.apps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time To Know",
    "short_name": "T2K",
    "description": "Quickly search topics and content within your Time To Know account, while browsing, without leaving the page.",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/icon_16X16.png",
        "32": "icons\/icon_32X32.png",
        "48": "icons\/icon_48X48.png",
        "128": "icons\/icon_128X128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_popup": "frame.html",
        "default_title": "Open Time To Know"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}