Parser plus

Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google…

Cos'è Parser plus?

Parser plus è un'estensione di Chrome sviluppata da parserplus1, e la sua funzione principale è "Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Parser plus

Scarica i file di estensione Parser plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов!
Google Chrome от сервиса parser.plus, который позволяет быстро и просто получать товары прямо со страниц сайтов! Мы экономим ваше время!                    

Informazioni di Base sull'Estensione

Nome Parser plus Parser plus
ID ahkblbegdbdhfedfgkhlfgdfiliodpha
URL Ufficiale https://chromewebstore.google.com/detail/parser-plus/ahkblbegdbdhfedfgkhlfgdfiliodpha
Descrizione Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google…
Dimensione del File 1.46 MB
Conteggio Installazioni 237
Versione Corrente 1.2
Ultimo Aggiornamento 2020-08-19
Data di Pubblicazione 2020-05-11
Sviluppatore parserplus1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://parser.plus
URL della Pagina di Aiuto https://parser.plus/Home/Contact
URL della Pagina della Politica sulla Privacy https://parser.plus/Home/Help/76/0
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Parser plus",
    "version": "1.2",
    "icons": {
        "16": "16_16.jpg",
        "48": "48_48.png",
        "128": "128_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/parser.plus\/"
    ],
    "browser_action": {
        "default_title": "Parser plus",
        "default_popup": "popup.html"
    }
}