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ファイルをダウンロード
Pricy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*.*" ] } |