Fabrego For Chrome

Fabrego

Qu'est-ce que Fabrego For Chrome ?

Fabrego For Chrome est une extension Chrome développée par Fabrego, et sa fonction principale est "Fabrego".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fabrego For Chrome

Téléchargez les fichiers d'extension Fabrego For Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        레고 한국 공식 쇼핑몰, 아마존 등에서 재고가 있을때 알림 기능
원하는 상품에 체크만 하세요
재고가 있을 경우 알려드립니다.
더이상 레고를 구매하기 위해 쇼핑몰에서 F5 신공은 안녕....
Fabrego For Chrome                    

Informations de Base sur l'Extension

Nom Fabrego For Chrome Fabrego For Chrome
ID pjlfbilcoocopeblgbafcpijkgljficm
URL Officiel https://chromewebstore.google.com/detail/fabrego-for-chrome/pjlfbilcoocopeblgbafcpijkgljficm
Description Fabrego
Taille du Fichier 87.96 KB
Nombre d'Installations 22
Version Actuelle 1.2
Dernière Mise à Jour 2015-03-11
Date de Publication 2015-03-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Fabrego
Type de Paiement free
Site Web de l'Extension http://jirmsin.com
Langues Prises en Charge ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Fabrego",
        "default_icon": "icon_24.png",
        "default_popup": "index.html"
    },
    "description": "Fabrego",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "24": "icon_24.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.jirmsin.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Fabrego For Chrome",
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "gcm",
        "storage"
    ],
    "version": "1.2"
}