Finviz Stock Screener X eToro Extension

You don’t need to keep switching tabs between Finviz and eToro to see if a certain stock exists in eToro anymore.

Finviz Stock Screener X eToro Extension क्या है?

Finviz Stock Screener X eToro Extension amadhukar1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You don’t need to keep switching tabs between Finviz and eToro to see if a certain stock exists in eToro anymore."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        I use Finviz to find stocks that I can then buy on eToro. 

My problem: A lot of stocks that show up on Finviz's Stock Screener aren't available on eToro. So I need to copy each ticker one-by-one, and manually check eToro on whether they exist or not. 

My Solution

Anytime you're on the Finviz Stock Screener, you can open up this extension, it'll automatically highlight all the tickers on Finviz that actually exist on eToro. 

This way, you don't ever have to waste time switching between tabs just to check if a particular stock exists. In turn, you can make quicker decisions. 

Here's how it works: 

1. Once you've installed the extension, head on over to Finviz's Stock Screener. 
2. Set your parameters, and wait for Finviz to give you a list of stocks. 
3. Simply open the extension, and it will automatically highlight all the stocks that exist in eToro. 
4. You can even click on the "Open in eToro" link on Finviz or the View icon on the extension itself, to open up the stock on Etoro right away. 

It's just that simple. Give this extension a shot, and let me know what you think :)                    

एक्सटेंशन की मूल जानकारी

नाम Finviz Stock Screener X eToro Extension Finviz Stock Screener X eToro Extension
ID pihbgfnhlgejamcnfocjobbhefofkfng
आधिकारिक URL https://chromewebstore.google.com/detail/finviz-stock-screener-x-e/pihbgfnhlgejamcnfocjobbhefofkfng
विवरण You don’t need to keep switching tabs between Finviz and eToro to see if a certain stock exists in eToro anymore.
फ़ाइल का आकार 2.3 MB
स्थापना संख्या 185
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-07-24
प्रकाशन तिथि 2022-06-30
रेटिंग 2.00/5 कुल 4 रेटिंग्स
डेवलपर amadhukar1
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Finviz Stock Screener X eToro Extension",
    "description": "You don\u2019t need to keep switching tabs between Finviz and eToro to see if a certain stock exists in eToro anymore.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/finviz.com\/",
        "*:\/\/etoro-extension-backend.test\/",
        "*:\/\/finviz-extension-backend.herokuapp.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}