SuiteTime

SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.

SuiteTime là gì?

SuiteTime là một tiện ích mở rộng Chrome được phát triển bởi https://netsolutes.com, và tính năng chính của nó là "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng SuiteTime

Tải xuống các tệp mở rộng SuiteTime dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        SuiteTime enables filling NetSuite timesheet easily.

It gives you a Button on all NetSuite pages to enter your time while you are working on your day to day tasks.
It list downs all the project and task assigned to you so that you can select them and fill your time against them.

SuiteTime memorizes the time that you have filled in so that you can later sync your Netsuite timesheet. No need to navigate to Timesheet form. This reduces number of clicks user needs to get on time form.

Send us your feedback at [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SuiteTime SuiteTime
ID oimigblhmdfffmkalfddeajimhecbbgk
URL Chính Thức https://chromewebstore.google.com/detail/suitetime/oimigblhmdfffmkalfddeajimhecbbgk
Mô tả SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.
Kích Thước Tệp 1.25 MB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-03-08
Ngày Phát Hành 2020-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://netsolutes.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://netsolutes.com/
URL Trang Trợ Giúp https://netsolutes.com/faq
URL Trang Chính Sách Bảo Mật https://netsolutes.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SuiteTime",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.",
    "homepage_url": "https:\/\/netsolutes.com\/",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_title": "SuiteTime",
        "default_popup": "src\/browser_action\/home.html"
    },
    "permissions": [
        "notifications",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "src\/inject\/jqueryModal.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js",
                "src\/inject\/NetSuitePush.js"
            ]
        }
    ]
}