Интеграция Poster с ЕГАИС
Расширение позволяет работать с УТМ из административной панели Poster
Qu'est-ce que Интеграция Poster с ЕГАИС ?
Интеграция Poster с ЕГАИС est une extension Chrome développée par Poster, et sa fonction principale est "Расширение позволяет работать с УТМ из административной панели Poster".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Интеграция Poster с ЕГАИС
Téléchargez les fichiers d'extension Интеграция Poster с ЕГАИС 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
Расширение позволяет работать с Универсальным Транспортным Модулем ЕГАИС непосредственно из административной панели Poster.
Informations de Base sur l'Extension
Nom | Интеграция Poster с ЕГАИС |
ID | ajpcmkhjmghjbjecnfohjhhkjomdedme |
URL Officiel | 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 |
Taille du Fichier | 141 KB |
Nombre d'Installations | 347 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-05-27 |
Date de Publication | 2016-05-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Poster |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://joinposter.com/ |
URL de la Page d'Aide | https://joinposter.com/support |
Langues Prises en Charge | 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" ] } |