Search for parts
Helps to search for parts in Russia
Search for parts란 무엇입니까?
Search for parts은(는) https://bmirussian.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to search for parts in Russia"입니다.
확장 프로그램 스크린샷
Search for parts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Помогает искать запчасти на ebay, emex, avito, farpost и многих других.
확장 프로그램 기본 정보
이름 | Search for parts |
ID | bejfeflhbmfpdgfngfghkbekemnhemdn |
공식 URL | https://chromewebstore.google.com/detail/search-for-parts/bejfeflhbmfpdgfngfghkbekemnhemdn |
설명 | Helps to search for parts in Russia |
파일 크기 | 1.35 MB |
설치 횟수 | 47 |
현재 버전 | 1.0.11 |
최근 업데이트 | 2020-06-22 |
출시 날짜 | 2020-06-22 |
개발자 | https://bmirussian.tv |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_title__", "short_name": "__MSG_extension_title__", "description": "__MSG_extension_desc__", "version": "1.0.11", "manifest_version": 2, "default_locale": "ru", "browser_action": { "default_popup": "main.html", "default_icon": "icon128.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/jquery\/jquery-3.1.1.min.js", "js\/common.js", "js\/background.js" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubGja0dxbE6mxo3SwDVNZebDpLWd9\/4UOCuXQNDt9tlpy7JGbTjh1pAp87rOORRG1Ky7nUVMqv\/7+e4mrp+nuQd5OXiKxoLho6+hOkrMbSpZm6ssOq2nTBXIDNc7nahc7rWGWsWKt\/R2ORAiSb6jEwFWfF+uekVcbKbiD0lacipiXu4gI8Io4mBQbYW0BdA4+OmKnDcK39+uHfcHzuLsMCMYWZq3x9m2I2Xvyb9PiZyx9l4W9LlJI8Q1vcXigrEtQLZIeLzlHkJvloSshrdRXInOij+Z6m+HU24hMxLn89byWtcid3n53HUGHVYGhNKCzt7R1VUHQenh0PF8Ov3ukwIDAQAB", "options_page": "options.html", "content_scripts": [ { "js": [ "js\/jquery\/jquery-3.1.1.min.js", "js\/common.js", "content_drom.js" ], "matches": [ "https:\/\/*.drom.ru\/*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery-3.1.1.min.js", "js\/common.js", "content_exist.js" ], "matches": [ "https:\/\/*.exist.ru\/*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery-3.1.1.min.js", "js\/common.js", "content_epcdata.js" ], "matches": [ "https:\/\/*.epcdata.ru\/*" ], "run_at": "document_start" }, { "js": [ "js\/jquery\/jquery-3.1.1.min.js", "js\/common.js", "content_emex.js" ], "matches": [ "https:\/\/*.emex.ru\/*" ], "run_at": "document_start" } ], "permissions": [ "storage", "https:\/\/bmirussian.tv\/*", "https:\/\/localhost:44310\/*", "https:\/\/*.emex.ru\/*", "https:\/\/*.epcdata.ru\/*", "https:\/\/*.drom.ru\/*", "https:\/\/*.exist.ru\/*" ] } |