FinEye

Look deeper into Tehran stock market.

Wat is FinEye?

FinEye is een Chrome-extensie ontwikkeld door FinEye, en de belangrijkste functie is "Look deeper into Tehran stock market.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FinEye

Download FinEye-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        افزونه فین‌آی ابزاری برای استفاده آسان‌تر از اطلاعات ارائه شده توسط ناشران مالی است. این افزونه به تحلیل‌گران بازار سرمایه کمک می‌کند تا از فروش کل، حجم تولید و فروش محصولات و همچنین نرخ فروش محصولات شرکت‌های محصول‌محور آگاه شوند. همچنین این امکان فراهم شده است تا بتوان فروش سال‌های مختلف را با هم مقایسه کرد و از میزان پوشش پیش‌بینی فروش آگاه شد.                    

Basisinformatie over de Extensie

Naam FinEye FinEye
ID nddhfphijlfdfjlcfaimogfpjcbbafep
Officiële URL https://chromewebstore.google.com/detail/fineye/nddhfphijlfdfjlcfaimogfpjcbbafep
Beschrijving Look deeper into Tehran stock market.
Bestandsgrootte 793 KB
Aantal Installaties 10,972
Huidige Versie 0.0.27
Laatst Bijgewerkt 2020-04-22
Publicatiedatum 2020-04-22
Beoordeling 4.05/5 Totaal 44 Beoordelingen
Ontwikkelaar FinEye
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FinEye",
    "version": "0.0.27",
    "manifest_version": 2,
    "description": "Look deeper into Tehran stock market.",
    "homepage_url": "https:\/\/fineye.ir\/ext",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "FinEye",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tsetmc.com\/*ParTree=151311&*i=*",
                "*:\/\/*.tsetmc.ir\/*ParTree=151311&*i=*"
            ],
            "js": [
                "js\/jquery\/jquery-3.2.0.min.js",
                "js\/amcharts\/amcharts.js",
                "js\/amcharts\/serial.js",
                "js\/amcharts\/amstock.js",
                "js\/amcharts\/themes\/light.js",
                "js\/amcharts\/export.min.js",
                "js\/amcharts\/export\/libs\/fabric.js\/fabric.min.js",
                "js\/amcharts\/export\/libs\/FileSaver.js\/FileSaver.min.js",
                "inject.js"
            ],
            "css": [
                "inject.css",
                "css\/font-awesome.min.css",
                "css\/amcharts-export.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "gcm",
        "identity",
        "notifications",
        "https:\/\/sa.fineye.ir\/*"
    ],
    "web_accessible_resources": [
        "fonts\/*",
        "bg\/*",
        "vids\/*",
        "js\/amcharts\/export\/*",
        "disclaimer.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'"
}