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

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

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

Интеграция Poster с ЕГАИС is a Chrome extension developed by Poster, and its main feature is "Расширение позволяет работать с УТМ из административной панели Poster".

Extension Screenshots

screenshot

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

Download Интеграция Poster с ЕГАИС extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Интеграция Poster с ЕГАИС Интеграция Poster с ЕГАИС
ID ajpcmkhjmghjbjecnfohjhhkjomdedme
Official URL 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
Description Расширение позволяет работать с УТМ из административной панели Poster
File Size 141 KB
Installation Count 347
Current Version 1.0.0
Last Updated 2016-05-27
Publish Date 2016-05-27
Rating 5.00/5 Total 3 Ratings
Developer Poster
Email [email protected]
Payment Type free
Extension Website https://joinposter.com/
Help Page URL https://joinposter.com/support
Supported Languages 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"
    ]
}