Pricy
Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals.
Pricy란 무엇입니까?
Pricy은(는) https://pricy.ro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals."입니다.
확장 프로그램 스크린샷
Pricy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pricy este extensia de care ai nevoie pentru a cumpăra mereu la cel mai mic preț! Cum te ajutăm? Oricând vrei să cumperi ceva, apelează la Pricy. Monitorizăm prețurile de la cele mai mari magazine din România - eMAG, Altex, evoMAG, PC Garage, F64, Flanco, CEL, Media Galaxy și până la alte peste 200 de magazine. Tu poți vedea în timp real care este evoluția prețurilor și unde găsești cele mai bune oferte de cumpărare. Nu găsești pe moment un preț îndeajuns de bun? Nicio grijă! Iți oferim opțiunea de a seta alertă de preț – atunci când produsele tale favorite sunt reduse, vei fi primul care află! Instalează extensia acum cu doar câteva clickuri – apoi bucură-te mereu de cea mai buna oferta de pe piață!
확장 프로그램 기본 정보
이름 | Pricy |
ID | jnpfnacconjipomhfkphknjfmcnhagpb |
공식 URL | https://chromewebstore.google.com/detail/pricy/jnpfnacconjipomhfkphknjfmcnhagpb |
설명 | Pricy is your best friend when buying online. It tracks over 1.5 million products and gets you the best deals. |
파일 크기 | 132 KB |
설치 횟수 | 130,654 |
현재 버전 | 5.1.2 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2020-04-08 |
평점 | 4.23/5 총 145 개의 평점 |
개발자 | https://pricy.ro |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pricy.ro |
도움말 페이지 URL | https://www.pricy.ro/legal/faq/ |
개인정보 보호 정책 페이지 URL | https://www.pricy.ro/legal/privacy |
지원되는 언어 | en,ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "version": "5.1.2", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "128": "icon128.png" }, "browser_action": { "default_title": "__MSG_extensionName__", "default_icon": "icon128.png", "default_popup": "popup.html" }, "author": "www.pricy.ro", "background": { "page": "background.html" }, "content_scripts": [ { "js": [ "js\/content-init.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.pricy.ro\/", "tabs" ], "web_accessible_resources": [ "icon48.png", "images\/*.*" ] } |