melascrivi.com

Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com

melascrivi.com란 무엇입니까?

melascrivi.com은(는) melascrivi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

melascrivi.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Estensione che notifica le offerte di melascrivi.com/cashback.
Installa il nostro assistente digitale e non perderai più nessuno sconto e offerta nei tuoi negozi preferiti. Facile, veloce e sicuro - presente nello store ufficiale di Google Chrome.
Se sei registrato come autore su Melascrivi riceverai anche le notifiche sui tuoi lavori.                    

확장 프로그램 기본 정보

이름 melascrivi.com melascrivi.com
ID acmefnmbkmhoanameblefboanplblbif
공식 URL https://chromewebstore.google.com/detail/melascrivicom/acmefnmbkmhoanameblefboanplblbif
설명 Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com
파일 크기 353 KB
설치 횟수 8,000
현재 버전 1.2.9
최근 업데이트 2020-11-19
출시 날짜 2020-09-11
평점 4.40/5 총 5 개의 평점
개발자 melascrivi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.melascrivi.com/cashback/
도움말 페이지 URL https://www.melascrivi.com/contatti
개인정보 보호 정책 페이지 URL https://www.melascrivi.com/privacy
지원되는 언어 it
manifest.json
{
    "background": {
        "scripts": [
            "js\/sodium-plus.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/mc-38.png",
        "default_title": "Vai su melascrivi.com cashback"
    },
    "content_scripts": [
        {
            "css": [
                "css\/pf.css"
            ],
            "js": [
                "js\/search.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/google.js"
            ],
            "matches": [
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Estensione che notifica nuovi contenuti disponibili e offerte del cashback di Melascrivi.com",
    "icons": {
        "128": "images\/mc-128.png",
        "16": "images\/mc-16.png",
        "19": "images\/mc-19.png",
        "32": "images\/mc-32.png",
        "38": "images\/mc-38.png",
        "48": "images\/mc-48.png"
    },
    "manifest_version": 2,
    "name": "melascrivi.com",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "cookies",
        "alarms",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.9",
    "web_accessible_resources": [
        "js\/sodium-plus.min.js",
        "js\/background.js",
        "js\/popup.js",
        "js\/popupNews.js",
        "images\/logo.png",
        "images\/close.png"
    ]
}