Avito Помощник
Ваш помощник в мире Авито!
What is Avito Помощник?
Avito Помощник is a Chrome extension developed by Avito, and its main feature is "Ваш помощник в мире Авито!".
Extension Screenshots
Download Avito Помощник Extension CRX File
Download Avito Помощник 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
Официальное расширение от Avito. При поиске товара Помощник подскажет о наличии такого же товара на сайте Avito и его цене. Так же вы сможете узнать о появлении новых сообщений в чате. Вы можете быстро обратиться к поиску на Avito и перейти на страницы объявлений или в сохраненные поиски, если нажмете на логотип Avito справа от адресной строки. Устанавливая это расширение, вы принимаете лицензионное соглашение (https://support.avito.ru/articles/588)
Extension Basic Information
Name | |
ID | dlfkehfoppmnmolnaidoibdognghjhma |
Official URL | https://chrome.google.com/webstore/detail/avito-%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D0%BD%D0%B8%D0%BA/dlfkehfoppmnmolnaidoibdognghjhma |
Description | Ваш помощник в мире Авито! |
File Size | 469 KB |
Installation Count | 30,000 |
Current Version | 1.2.0 |
Last Updated | 2018-09-18 |
Publish Date | 2018-09-18 |
Rating | 3.15/5 Total 53 Ratings |
Developer | Avito |
[email protected] | |
Payment Type | free |
Extension Website | https://helper.avito.ru |
Help Page URL | https://support.avito.ru/articles/588 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Avito \u041f\u043e\u043c\u043e\u0449\u043d\u0438\u043a", "short_name": "Avito.Helper", "description": "\u0412\u0430\u0448 \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0432 \u043c\u0438\u0440\u0435 \u0410\u0432\u0438\u0442\u043e!", "version": "1.2.0", "browser_action": { "default_icon": "icon.png", "default_title": "Avito.Helper" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "activeTab", "notifications", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "js\/backgrounds.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/injectors.js" ] } ] } |