Engine

Real-time, relevant knowledge inside Gmail

Engineคืออะไร?

Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://engine.co และคุณลักษณะหลักของมันคือ "Real-time, relevant knowledge inside Gmail"

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

screenshot

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

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

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

                        Engine finds your contextually related messages, so you never again have to search for a lost message from one of your many apps. Easily copy from the Engine sidebar and paste into your reply to maximize email efficiency. Review past email interactions without leaving the current email. See Facebook notifications, Tweets, Contacts, and other content related to the email message you’re viewing.

All you have to do is:
1. Get the Engine extension here
2. Go to https://apps.engine.co and Login with your GMail account
3. Go to Gmail and open an email message to see Engine on the sidebar

Then you can celebrate, make plans for the time you’ll save, and enjoy remembering everything that is relevant right from your Gmail inbox. 

Questions, comments or concerns? Go to our Support page to see FAQs or email us.                    

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

ชื่อ Engine Engine
ID opondoccjabkfkihdkelbblepkopdgfo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/engine/opondoccjabkfkihdkelbblepkopdgfo
คำอธิบาย Real-time, relevant knowledge inside Gmail
ขนาดไฟล์ 68.44 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 13.11.11
อัปเดตครั้งล่าสุด 2013-11-11
วันที่เผยแพร่ 2013-11-11
คะแนน 3.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://engine.co
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apps.engine.co/
URL หน้าช่วยเหลือ https://apps.engine.co/home/page/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Engine",
    "version": "13.11.11",
    "description": "Real-time, relevant knowledge inside Gmail",
    "background": {
        "scripts": [
            "jquery-1.8.2.min.js",
            "async.min.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "48": "sample-48.png",
        "128": "sample-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-1.8.2.min.js",
                "async.min.js",
                "bootstrap.js",
                "options.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'  'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/apps.engine.co\/*",
        "https:\/\/preview.engine.co\/*",
        "https:\/\/127.0.0.1:3000\/*",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "logo_engine_dark.png"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "logo_engine_dark.png",
            "38": "logo_engine_dark.png"
        },
        "default_title": "Engine Inc."
    }
}