İadeal.com'u Hatırla!
iadeal.com tarayıcı eklentisi ile, girdiğiniz sitelerde iadeal avantajı olup olmadığını öğrenin. Size iadeal.com'u hatırlatsın.
What is İadeal.com'u Hatırla!?
İadeal.com'u Hatırla! is a Chrome extension developed by https://iadeal.com, and its main feature is "iadeal.com tarayıcı eklentisi ile, girdiğiniz sitelerde iadeal avantajı olup olmadığını öğrenin. Size iadeal.com'u hatırlatsın.".
Extension Screenshots
Download İadeal.com'u Hatırla! Extension CRX File
Download İadeal.com'u Hatırla! 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
iadeal.com İnternet üzerinden yaptığınız alışverişlerde sepet tutarı üzerinden size para iadesi veren ve güncel indirim kuponlarını barından yayıncı sitedir. 150' den fazla markanın websitesine gitmeden önce iadeal.com üzerinden ilgili markaya tıklayarak giderseniz alışverişinizin sonunda para iadesi kazanırsınız. Eğer alışverişinizden önce iadeal.com' a uğramayı unutursanız bu eklenti size hatırlatacak ve her alışverişinizden ekstra kazanç sağlayacaksınız. Alışverişin 1 tık fazlası diyorsanız: https://iadeal.com !
Extension Basic Information
Name | İadeal.com'u Hatırla! |
ID | bfbmhackmfeeglhojcckfklmgjbfomne |
Official URL | https://chromewebstore.google.com/detail/i%CC%87adealcomu-hat%C4%B1rla/bfbmhackmfeeglhojcckfklmgjbfomne |
Description | iadeal.com tarayıcı eklentisi ile, girdiğiniz sitelerde iadeal avantajı olup olmadığını öğrenin. Size iadeal.com'u hatırlatsın. |
File Size | 671 KB |
Installation Count | 894 |
Current Version | 1.4 |
Last Updated | 2022-12-22 |
Publish Date | 2019-12-29 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://iadeal.com |
[email protected] | |
Payment Type | free |
Extension Website | https://iadeal.com |
Help Page URL | https://iadeal.com/tarayici-eklentisi |
Privacy Policy Page URL | https://iadeal.com/gizlilik |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u0130adeal.com'u Hat\u0131rla!", "version": "1.4", "default_locale": "tr", "description": "iadeal.com taray\u0131c\u0131 eklentisi ile, girdi\u011finiz sitelerde iadeal avantaj\u0131 olup olmad\u0131\u011f\u0131n\u0131 \u00f6\u011frenin. Size iadeal.com'u hat\u0131rlats\u0131n.", "short_name": "iadeal.com", "manifest_version": 3, "action": { "default_title": "iadeal.com", "default_icon": "48.png", "default_popup": "iadeal-pages\/window.html" }, "icons": { "128": "128.png", "48": "48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "iadeal.app.js", "iadeal-pages\/js\/popper.js", "iadeal-pages\/js\/iadeal-popup.js" ], "css": [ "iadeal-pages\/css\/content.popup.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "48.png" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "contextMenus", "background", "activeTab", "storage" ] } |