Интеграция Poster с ЕГАИС

Расширение позволяет работать с УТМ из административной панели Poster

Cos'è Интеграция Poster с ЕГАИС?

Интеграция Poster с ЕГАИС è un'estensione di Chrome sviluppata da Poster, e la sua funzione principale è "Расширение позволяет работать с УТМ из административной панели Poster".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Интеграция Poster с ЕГАИС

Scarica i file di estensione Интеграция Poster с ЕГАИС 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

                        Расширение позволяет работать с Универсальным Транспортным Модулем ЕГАИС непосредственно из административной панели Poster.                    

Informazioni di Base sull'Estensione

Nome Интеграция Poster с ЕГАИС Интеграция Poster с ЕГАИС
ID ajpcmkhjmghjbjecnfohjhhkjomdedme
URL Ufficiale https://chromewebstore.google.com/detail/%D0%B8%D0%BD%D1%82%D0%B5%D0%B3%D1%80%D0%B0%D1%86%D0%B8%D1%8F-poster-%D1%81-%D0%B5%D0%B3%D0%B0%D0%B8%D1%81/ajpcmkhjmghjbjecnfohjhhkjomdedme
Descrizione Расширение позволяет работать с УТМ из административной панели Poster
Dimensione del File 141 KB
Conteggio Installazioni 347
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-05-27
Data di Pubblicazione 2016-05-27
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Poster
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://joinposter.com/
URL della Pagina di Aiuto https://joinposter.com/support
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Poster \u0441 \u0415\u0413\u0410\u0418\u0421",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0441 \u0423\u0422\u041c \u0438\u0437 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u043e\u0439 \u043f\u0430\u043d\u0435\u043b\u0438 Poster",
    "version": "1.0.0",
    "homepage_url": "http:\/\/joinposter.com\/",
    "icons": {
        "256": "icons\/icon256.png"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.joinposter.com\/*",
                "https:\/\/*.joinposter.com\/manage\/*",
                "http:\/\/*.joinposter.com\/*",
                "http:\/\/*.joinposter.com\/manage\/*",
                "http:\/\/poster.dev\/manage\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "utmApi.js"
    ]
}