Parser plus
Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google…
What is Parser plus?
Parser plus is a Chrome extension developed by parserplus1, and its main feature is "Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google…".
Extension Screenshots
Download Parser plus Extension CRX File
Download Parser plus 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
Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google Chrome от сервиса parser.plus, который позволяет быстро и просто получать товары прямо со страниц сайтов! Мы экономим ваше время!
Extension Basic Information
Name | Parser plus |
ID | ahkblbegdbdhfedfgkhlfgdfiliodpha |
Official URL | https://chromewebstore.google.com/detail/parser-plus/ahkblbegdbdhfedfgkhlfgdfiliodpha |
Description | Официальное расширение для браузера от сервиса parser.plus, которое позволяет легко получать товары прямо со страниц сайтов! Google… |
File Size | 1.46 MB |
Installation Count | 237 |
Current Version | 1.2 |
Last Updated | 2020-08-19 |
Publish Date | 2020-05-11 |
Developer | parserplus1 |
[email protected] | |
Payment Type | free |
Extension Website | https://parser.plus |
Help Page URL | https://parser.plus/Home/Contact |
Privacy Policy Page URL | https://parser.plus/Home/Help/76/0 |
Supported Languages | 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" } } |