SuiteTime

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

ما هو SuiteTime؟

SuiteTime هو إضافة Chrome تم تطويرها بواسطة https://netsolutes.com، والميزة الرئيسية لها هي "SuiteTime facilitates user to fill time tracking details from all NetSuite Forms through a Button click within 10 seconds.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة SuiteTime

قم بتنزيل ملفات الامتداد SuiteTime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة https://netsolutes.com/faq
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}