Pulse by Zerodha

Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place

ما هو Pulse by Zerodha؟

Pulse by Zerodha هو إضافة Chrome تم تطويرها بواسطة Rainmatter / Zerodha، والميزة الرئيسية لها هي "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place".

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

screenshot

تحميل ملف CRX للإضافة Pulse by Zerodha

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

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

                        Indian business, market, and finance news aggregated from all major news sources in realtime in one place.                    

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

الاسم Pulse by Zerodha Pulse by Zerodha
ID bjclahdopnlbobebbaomknljkkcljfmp
عنوان URL الرسمي https://chromewebstore.google.com/detail/pulse-by-zerodha/bjclahdopnlbobebbaomknljkkcljfmp
الوصف Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place
حجم الملف 8.15 KB
عدد التثبيتات 10,721
النسخة الحالية 1.3.1
آخر تحديث 2021-04-10
تاريخ النشر 2018-04-12
تقييم 4.67/5 مجموع تقييمات 96
المطور Rainmatter / Zerodha
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://pulse.zerodha.com
عنوان صفحة المساعدة https://support.zerodha.com
عنوان صفحة سياسة الخصوصية https://zerodha.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pulse by Zerodha",
    "description": "Pulse by Zerodha - Latest financial and market news from all major Indian news sources aggregated in one place",
    "version": "1.3.1",
    "offline_enabled": false,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/pulseicon48.png"
    },
    "icons": {
        "16": "images\/pulseicon16.png",
        "48": "images\/pulseicon48.png",
        "128": "images\/pulseicon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/pulse.zerodha.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}