Sand Quantity Refresh

Sand Quantity Refresh

Sand Quantity Refreshคืออะไร?

Sand Quantity Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tspt.in และคุณลักษณะหลักของมันคือ "Sand Quantity Refresh"

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

screenshot
screenshot

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

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

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

                        Telangana Sand Quantity Refresh Extension

This will automatically keep refreshing every 30 seconds. Siren sound will come when stockyard list is first released.

It will give some sound on every stockyards update till 12pm.

Free to use

Note: tspt.in license holders will see colorful display + quantity change and new stockyard/stockyard delete notification. Also special flash between 12:00 to 12:02 for captcha release notification

Privacy Notice: No private information(except for license/stockyards shown) will be taken out from your system                    

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

ชื่อ Sand Quantity Refresh Sand Quantity Refresh
ID lekcjkchipomgfhiekgkgelmnjegnjlo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sand-quantity-refresh/lekcjkchipomgfhiekgkgelmnjegnjlo
คำอธิบาย Sand Quantity Refresh
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 573
เวอร์ชันปัจจุบัน 2.5.1
อัปเดตครั้งล่าสุด 2023-01-11
วันที่เผยแพร่ 2019-06-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tspt.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://tspt.in/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sand Quantity Refresh",
    "description": "Sand Quantity Refresh",
    "version": "2.5.1",
    "icons": {
        "16": "icons\/brt-logo16.png",
        "48": "icons\/brt-logo48.png",
        "96": "icons\/brt-logo96.png",
        "128": "icons\/brt-logo128.png"
    },
    "browser_action": {
        "default_title": "Change the Options",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "webRequest",
        "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/*",
        "https:\/\/www.sand.telangana.gov.in\/TSSandPortal\/Reports\/*",
        "https:\/\/sand.telangana.gov.in\/TSSandInterState\/Reports\/*"
    ],
    "background": {
        "scripts": [
            "js\/lz-string.min.js",
            "js\/cryptojs\/rollups\/aes.js",
            "common.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/TodaysQuantity.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/TodaysQuantity.aspx.htm",
                "https:\/\/www.sand.telangana.gov.in\/TSSandPortal\/Reports\/TodaysQuantity.aspx"
            ],
            "css": [
                "jquery-ui.min.css",
                "js\/bootstrap-switch-master\/dist\/css\/bootstrap3\/bootstrap-switch.min.css",
                "js\/chosen\/chosen.min.css",
                "js\/harshen-jquery-countdownTimer\/CSS\/jquery.countdownTimer.css",
                "main.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.min.js",
                "js\/chosen\/chosen.jquery.min.js",
                "js\/jquery.cookie.js",
                "js\/jquery.countdown.min.js",
                "js\/cryptojs\/rollups\/md5.js",
                "js\/cryptojs\/rollups\/aes.js",
                "js\/harshen-jquery-countdownTimer\/jquery.countdownTimer.min.js",
                "js\/seedrandom.min.js",
                "client_server_common.js",
                "common.js",
                "myscript.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/ReportSandSales.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/CustomersRegisteredList.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/TrackVehicleNo.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/TrackOrder.aspx*",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/CustomerVehicleRegisteredList.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/CustomerVehicleRegistrationUpdateByCustomer.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandInterState\/Reports\/INTTrackOrder.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandInterState\/Reports\/INTTrackOrderByMobile.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandInterState\/Reports\/ReportSandSales.aspx"
            ],
            "css": [
                "jquery-ui.min.css",
                "js\/bootstrap-switch-master\/dist\/css\/bootstrap3\/bootstrap-switch.min.css",
                "js\/chosen\/chosen.min.css",
                "js\/harshen-jquery-countdownTimer\/CSS\/jquery.countdownTimer.css",
                "main.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.min.js",
                "js\/chosen\/chosen.jquery.min.js",
                "js\/jquery.cookie.js",
                "js\/jquery.countdown.min.js",
                "js\/cryptojs\/rollups\/md5.js",
                "js\/cryptojs\/rollups\/aes.js",
                "js\/harshen-jquery-countdownTimer\/jquery.countdownTimer.min.js",
                "js\/seedrandom.min.js",
                "common.js",
                "solvecaptcha.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/ReportSandSales.aspx"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.min.js",
                "common.js",
                "linkifysale.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/TrackOrder.aspx*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.min.js",
                "common.js",
                "fillorderid.js"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/TrackVehicleNo.aspx",
                "https:\/\/sand.telangana.gov.in\/TSSandPortal\/Reports\/CustomerVehicleRegisteredList.aspx"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "jquery-ui.min.js",
                "common.js",
                "trackveh.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/captcha-refresh.png",
        "icons\/up.png",
        "icons\/down.png",
        "icons\/doublearrow.png",
        "sound\/siren.mp3",
        "sound\/tornado.mp3",
        "sound\/church-bell.mp3",
        "icons\/alert.png"
    ]
}