Stock Charts by Public.com

Chrome extension for Twitter

ما هو Stock Charts by Public.com؟

Stock Charts by Public.com هو إضافة Chrome تم تطويرها بواسطة Public.com، والميزة الرئيسية لها هي "Chrome extension for Twitter".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Stock Charts by Public.com

قم بتنزيل ملفات الامتداد Stock Charts by Public.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        We made it easy for you to view a stock chart as you browse.

To start, simply follow the steps below:

Add our extension for free
Hover your mouse over a stock ticker to view a beautiful, dynamic stock chart

Key features
Live daily charts
Historical stock performance 
Multi-asset classes (Equities and ETFs)
Sleek, modern design
Easy to use                    

معلومات أساسية عن التمديد

الاسم Stock Charts by Public.com Stock Charts by Public.com
ID pfiamephhdcbgkifdeejcjbhmolpjenj
عنوان URL الرسمي https://chromewebstore.google.com/detail/stock-charts-by-publiccom/pfiamephhdcbgkifdeejcjbhmolpjenj
الوصف Chrome extension for Twitter
حجم الملف 659 KB
عدد التثبيتات 1,025
النسخة الحالية 1.0.3
آخر تحديث 2021-09-22
تاريخ النشر 2020-09-20
تقييم 4.40/5 مجموع تقييمات 10
المطور Public.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://public.com
عنوان صفحة المساعدة https://public.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stock Charts by Public.com",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Chrome extension for Twitter",
    "homepage_url": "https:\/\/public.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "browser_action": {
        "default_title": "Public.com",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [],
    "content_security_policy": "default-src 'self';",
    "web_accessible_resources": [
        "logo.svg"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}