Extensie Chrome Orange România

Vezi în timp real cele mai bune oferte disponibile la Orange Romania pentru produsele de care ești interesat.

什么是Extensie Chrome Orange România?

Extensie Chrome Orange România是由Orange Romania开发的Chrome扩展程序,该扩展的主要功能是“Vezi în timp real cele mai bune oferte disponibile la Orange Romania pentru produsele de care ești interesat.”。

扩展截图

screenshot
screenshot
screenshot

下载Extensie Chrome Orange România扩展crx文件

下载Extensie Chrome Orange România扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Dacă vrei să fii la curent cu toate ofertele speciale, produsele și serviciile Orange România, instalează-ți extensia si activează-ti notificările pentru browserul tău Chrome. Astfel, de fiecare dată când îți vei face cumpărăturile online, extensia se va transforma într-un asistent digital eficient.

Iată care vor fi beneficiile utilizării extensiei:

- Vei vedea, în timp real, cele mai bune oferte disponibile pentru produsele de care ești interesat.
- Vei afla primul care sunt ofertele Orange și cele mai noi modele de smartphones, tablete sau aplicații prin intermediul notificărilor web din browserul tău.

Activează notificările web din browserul tău aici : https://www.orange.ro/aplicatii/extensie-chrome/

Pentru a le primi fără probleme, asigură-te că setările browserului îți permit acest lucru.                    

扩展基本信息

名称 Extensie Chrome Orange România Extensie Chrome Orange România
ID ebfpdlpcfiodobmfhpbmcckoihfpjpnn
官方URL https://chromewebstore.google.com/detail/extensie-chrome-orange-ro/ebfpdlpcfiodobmfhpbmcckoihfpjpnn
简介 Vezi în timp real cele mai bune oferte disponibile la Orange Romania pentru produsele de care ești interesat.
文件大小 1.98 MB
安装次数 901
当前版本 2.2.0.6
更新时间 2023-01-20
上架时间 2019-10-10
评分 3.67/5 共3次评分
开发者 Orange Romania
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.orange.ro/aplicatii/extensie-chrome/
帮助页面URL https://www.orange.ro/termeni-si-conditii/extensie-chrome/index.html
隐私政策页面URL https://www.orange.ro/termeni-si-conditii/extensie-chrome/index.html
支持的语言 ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extensie Chrome Orange Rom\u00e2nia",
    "description": "Vezi \u00een timp real cele mai bune oferte disponibile la Orange Romania pentru produsele de care e\u0219ti interesat.",
    "version": "2.2.0.6",
    "options_page": "options.html",
    "icons": {
        "16": "img\/favicon-orange16.png",
        "32": "img\/favicon-orange.png",
        "55": "img\/orange-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.emag.ro\/*",
                "*:\/\/*.altex.ro\/*",
                "*:\/\/*.cel.ro\/*",
                "*:\/\/*.telekom.ro\/*",
                "*:\/\/*.quickmobile.ro\/*",
                "*:\/\/*.vodafone.ro\/*"
            ],
            "css": [
                "css\/ribbon\/config.css",
                "css\/ribbon\/layout.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "settings.js",
                "js\/global_functions.js",
                "js\/global_content_functions.js",
                "js\/content.js",
                "js\/tracking.js"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/ribbon\/index.css",
                "css\/ribbon\/site\/emag.css"
            ],
            "js": [
                "js\/store\/store.js",
                "js\/store\/emag.js",
                "js\/ribbon\/index.js",
                "js\/ribbon\/config.js"
            ],
            "matches": [
                "*:\/\/*.emag.ro\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/ribbon\/index.css",
                "css\/ribbon\/site\/altex.css"
            ],
            "js": [
                "js\/store\/store.js",
                "js\/store\/altex.js",
                "js\/ribbon\/index.js",
                "js\/ribbon\/config.js",
                "js\/ribbon\/integration\/react-nprogress.js"
            ],
            "matches": [
                "*:\/\/*.altex.ro\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/ribbon\/index.css",
                "css\/ribbon\/site\/cel.css"
            ],
            "js": [
                "js\/store\/store.js",
                "js\/store\/cel.js",
                "js\/ribbon\/index.js",
                "js\/ribbon\/config.js"
            ],
            "matches": [
                "*:\/\/*.cel.ro\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/ribbon\/index.css",
                "css\/ribbon\/site\/telekom.css"
            ],
            "js": [
                "js\/store\/store.js",
                "js\/store\/telekom.js",
                "js\/ribbon\/index.js",
                "js\/ribbon\/config.js",
                "js\/ribbon\/site\/telekom.js"
            ],
            "matches": [
                "*:\/\/*.telekom.ro\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/ribbon\/index.css",
                "css\/ribbon\/site\/quickmobile.css"
            ],
            "js": [
                "js\/store\/store.js",
                "js\/store\/quickmobile.js",
                "js\/ribbon\/index.js",
                "js\/ribbon\/config.js"
            ],
            "matches": [
                "*:\/\/*.quickmobile.ro\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "css\/ribbon\/index.css",
                "css\/ribbon\/site\/vodafone.css"
            ],
            "js": [
                "js\/store\/store.js",
                "js\/store\/vodafone.js",
                "js\/ribbon\/index.js",
                "js\/ribbon\/config.js",
                "js\/ribbon\/integration\/react-nprogress.js"
            ],
            "matches": [
                "*:\/\/*.vodafone.ro\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "img\/favicon-orange.png"
    },
    "background": {
        "service_worker": "bg_loader.js"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "env.json",
                "js\/jquery-3.3.1.min.js",
                "js\/content_vodafone.js",
                "js\/page_content.js",
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}