İndirim Kodu
Online alışveriş yapanlara bedava indirim kuponu, kupon kodu, hediye çeki, indirim kodu ve kampanya haberleri verir.
What is İndirim Kodu?
İndirim Kodu is a Chrome extension developed by https://indirimkodu.com, and its main feature is "Online alışveriş yapanlara bedava indirim kuponu, kupon kodu, hediye çeki, indirim kodu ve kampanya haberleri verir.".
Extension Screenshots
Download İndirim Kodu Extension CRX File
Download İndirim Kodu 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
Alışveriş yaparken indirim kodu kullanmayı unutanlar için hazırlanmış olan bu eklenti sayesinde artık unutkanlık derdi sona eriyor, alışverişler birdenbire ucuzluyor, cüzdanlar bayram ediyor. Bütçenizin en keyifli dostu olacak bu eklenti, internetteki tüm saygın mağazaların en güncel indirim kuponu, kupon kodu, hediye çeki ve indirim kampanyalarını sunuyor. Üstelik tamamen ücretsiz.
Extension Basic Information
Name | İndirim Kodu |
ID | pgfbglmgdhfjmoakambgjkbhibgkdoff |
Official URL | https://chromewebstore.google.com/detail/i%CC%87ndirim-kodu/pgfbglmgdhfjmoakambgjkbhibgkdoff |
Description | Online alışveriş yapanlara bedava indirim kuponu, kupon kodu, hediye çeki, indirim kodu ve kampanya haberleri verir. |
File Size | 62.76 KB |
Installation Count | 130 |
Current Version | 3.1 |
Last Updated | 2024-01-12 |
Publish Date | 2017-11-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://indirimkodu.com |
[email protected] | |
Payment Type | free |
Extension Website | https://indirimkodu.com |
Privacy Policy Page URL | https://indirimkodu.com/site-kullanim-sartlari |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u0130ndirim Kodu", "version": "3.1", "description": "Online al\u0131\u015fveri\u015f yapanlara bedava indirim kuponu, kupon kodu, hediye \u00e7eki, indirim kodu ve kampanya haberleri verir.", "short_name": "indirim kodu", "browser_action": { "default_icon": "icon.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "app.js" ], "css": [ "app.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ " |