QuickAlerts

Automation for TradingView

QuickAlertsคืออะไร?

QuickAlerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quickalerts.us และคุณลักษณะหลักของมันคือ "Automation for TradingView"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        QuickAlerts increases your productivity on https://tradingview.com by automating tedious tasks

- addons are available for:
- automated backtesting with results sent to google spreadsheet
- automating TV User access management to scripts
- batch import/export alerts using google spreadsheet
- automatically switch graph settings to match alert settings when you click on an alert.
- display more info about indicator settings when editing alerts.

Visit us on The QuickAlerts discord for additional questions and details: https://discordapp.com/invite/ydzbATu
Visit https://quickalerts.us/u/buy for licensing inquires.                    

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

ชื่อ QuickAlerts QuickAlerts
ID loafcmllacjldigeifbfmbogkbihmblj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickalerts/loafcmllacjldigeifbfmbogkbihmblj
คำอธิบาย Automation for TradingView
ขนาดไฟล์ 265 KB
จำนวนการติดตั้ง 1,030
เวอร์ชันปัจจุบัน 3.0.27
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-07-02
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://quickalerts.us
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quickalerts.us/u/buy
URL หน้าช่วยเหลือ https://gist.github.com/sokol815/5add34d018df5c2d37723d31696f8ffc
URL หน้านโยบายความเป็นส่วนตัว https://quickalerts.us/u/privacy-policy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sokol",
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "minimum_chrome_version": "93",
    "action": {
        "default_icon": "icon_square_128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ],
            "js": [
                "jquery-dev.3.7.1.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automation for TradingView",
    "icons": {
        "19": "icon_square_19.png",
        "32": "icon_square_32.png",
        "128": "icon_square_128.png"
    },
    "manifest_version": 3,
    "name": "QuickAlerts",
    "permissions": [
        "storage",
        "alarms"
    ],
    "version": "3.0.27",
    "web_accessible_resources": [
        {
            "resources": [
                "content\/functions.js",
                "content\/startup.js",
                "content\/quicklisten.js",
                "content\/handlebars.min.js",
                "content\/data.js",
                "content\/templating.js",
                "content\/quickAlerts.js",
                "content\/chart.css",
                "content\/addons\/quickalerts.alertingwatch.js",
                "content\/addons\/quickalerts.automator.js",
                "content\/addons\/quickalerts.backtest.js",
                "content\/addons\/quickalerts.charteventsexporter.js",
                "content\/addons\/quickalerts.importexport.js",
                "content\/addons\/quickalerts.managescriptaccess.js",
                "content\/addons\/quickalerts.managescriptaccessv2.js",
                "content\/addons\/quickalerts.screenerwatch.js"
            ],
            "matches": [
                "https:\/\/*.tradingview.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.tradingview.com\/*",
        "https:\/\/quickalerts.us\/auth",
        "https:\/\/script.google.com\/*",
        "https:\/\/script.googleusercontent.com\/*",
        "https:\/\/www.google-analytics.com\/*"
    ]
}