SuiteTime

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

什麼是SuiteTime?

SuiteTime是由https://netsolutes.com開發的Chrome擴展程式,該擴展的主要功能是“SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.”。

擴展截圖

下載SuiteTime擴展crx文件

下載SuiteTime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 SuiteTime SuiteTime
ID oimigblhmdfffmkalfddeajimhecbbgk
官方網址 https://chromewebstore.google.com/detail/suitetime/oimigblhmdfffmkalfddeajimhecbbgk
簡介 SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.
檔案大小 1.25 MB
安裝次數 40
目前版本 0.1.3
更新時間 2020-03-08
上架時間 2020-03-08
評分 5.00/5 共 1 次評分
開發者 https://netsolutes.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://netsolutes.com/
說明頁面URL https://netsolutes.com/faq
隱私政策頁面URL https://netsolutes.com/privacy-policy
支援的語言 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"
            ]
        }
    ]
}