Stock Searcher

This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…

Stock Searcherคืออะไร?

Stock Searcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DaytraderApps และคุณลักษณะหลักของมันคือ "This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…"

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

screenshot

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

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

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

                        This plugin is perfect for daytraders and investors that visit the same sites multiple times a day.

We visit these sites so often that we had to come up with a better way then typing in the ticker and clicking one of the suggested history URL's.

We encourage you to test our free plugin to see if you find it useful! We can add whatever sites you want and update regularly for our users.

DaytraderApps also created the most useful stock scanner on Android & iOS. Find our app "Ultimate Stock Scanner" on your phone's app store!                    

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

ชื่อ Stock Searcher Stock Searcher
ID phbcecafbcfhfcmemdmjkobjajcihhgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stock-searcher/phbcecafbcfhfcmemdmjkobjajcihhgh
คำอธิบาย This plugin is perfect for daytraders and investors that visit the same sites multiple times a day. We visit these sites so often…
ขนาดไฟล์ 23.12 KB
จำนวนการติดตั้ง 229
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-01-14
วันที่เผยแพร่ 2020-01-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา DaytraderApps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stock Searcher",
    "description": "",
    "version": "1.2",
    "author": "Abdou G.",
    "browser_action": {
        "default_icon": {
            "24": "\/images\/extension-icon24.png"
        },
        "default_title": "Stock Searcher",
        "default_popup": "\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ]
}