UpKeep Maintenance Management for Gmail

UpKeep Gmail Extension - Link your UpKeep and Gmail accounts to simplify your work order and maintenance maintenance process

UpKeep Maintenance Management for Gmailคืออะไร?

UpKeep Maintenance Management for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.onupkeep.com และคุณลักษณะหลักของมันคือ "UpKeep Gmail Extension - Link your UpKeep and Gmail accounts to simplify your work order and maintenance maintenance process"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UpKeep Maintenance Management for Gmail

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

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

                        UpKeep helps facility, property, restaurant, and manufacturing managers improve communication by enabling real-time status updates for your team. Our mobile and desktop applications can help streamline the work order process so your team knows exactly what to do and when - resulting in reduced cost and increased uptime for your assets. It is a modern, intuitive, and customizable CMMS that is proven to expedite workflow processes.

-Add co-workers and easily assign work orders to different users
-­Create, update, and check status of work orders
-­Manage a history of your assets
-Receive notifications to your phone and email
-Organize reports
-Enable UPC Label scanning
-Develop assets and assign work orders to assets
-Sync across all devices you own
-Web application available for use on any device
-Create preventative and scheduled maintenance
-Customize work orders using form items

Upkeep is the only mobile­ first Enterprise Asset Management (EAM)/Computerized Maintenance Management System (CMMS) tool in the market. While traditional EAM software relies on written forms and manual input, UpKeep revolutionizes the enterprise sector with an intuitive user experience. We hope to empower businesses with the full potential of the mobile device — saving time, costs, and stress.

UpKeep is ideal for maintenance crews who constantly work at different sites. With UpKeep, technicians can spend more time in the field and less time retyping data or traveling between locations — thus resulting in higher quality data, more thorough analysis, and more robust asset evaluation.

For those who would like priority support, you will also have the option to sign up for an auto-renewed annual subscription of $399.99 for your account. While our application's feature set is the same between the free and premium versions, many businesses have chosen to help support our continued development of UpKeep because they absolutely love it. We also give priority support and preferential treatment to them :). Payment will be charged to iTunes account at confirmation of purchase. Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period. Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal. Subscriptions may be managed by the user and auto renewal may be turned off by going to the user's Account Setting after purchase.

UpKeep was designed to help streamline communications for the team, whether they're on site or in the field. With different access levels for admins, technicians, overseers, and requesters, you can organize the workflow of your team and increase productivity.

Terms of Service:
http://www.onupkeep.com/tos.php

Privacy Policy:
http://www.onupkeep.com/privacy.php

Download today and discover why no other project management app can keep up with UpKeep

Visit us on the web at:
www.onupkeep.com

For questions and/or support you can email me personally at:
[email protected]                    

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

ชื่อ UpKeep Maintenance Management for Gmail UpKeep Maintenance Management for Gmail
ID nnmgmadkndbickeheebkofdolknhdpal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/upkeep-maintenance-manage/nnmgmadkndbickeheebkofdolknhdpal
คำอธิบาย UpKeep Gmail Extension - Link your UpKeep and Gmail accounts to simplify your work order and maintenance maintenance process
ขนาดไฟล์ 2.19 MB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 0.210
อัปเดตครั้งล่าสุด 2016-09-04
วันที่เผยแพร่ 2016-09-03
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.onupkeep.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.onupkeep.com/
URL หน้าช่วยเหลือ http://www.onupkeep.com/support.php
URL หน้านโยบายความเป็นส่วนตัว http://www.onupkeep.com/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UpKeep Maintenance Management for Gmail",
    "description": "UpKeep Gmail Extension - Link your UpKeep and Gmail accounts to simplify your work order and maintenance maintenance process",
    "version": "0.210",
    "short_name": "UpKeep",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/upkeepCenterLogo16.png",
        "48": "images\/upkeepCenterLogo48.png",
        "128": "images\/upkeepCenterLogo.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "http:\/\/mail.google.com\/*"
            ],
            "css": [
                "style.css",
                "bower_components\/angular\/angular-csp.css"
            ],
            "js": [
                "bower_components\/angular\/angular.js",
                "bower_components\/parse\/parse.js",
                "thirdParty\/gmail.js",
                "bower_components\/jquery\/dist\/jquery.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "thirdParty\/gmail.js",
        "main.js",
        "jquery-1.10.2.min.js",
        "bower_components\/*",
        "angular.min.js",
        "images\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/mail.google.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self' "
}