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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Stock Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}