Jarrt - indirim ve kupon takibi asistanınız
Alışveriş yaparken indirim kazandırır.
What is Jarrt - indirim ve kupon takibi asistanınız?
Jarrt - indirim ve kupon takibi asistanınız is a Chrome extension developed by https://jarrt.com, and its main feature is "Alışveriş yaparken indirim kazandırır.".
Extension Screenshots
Download Jarrt - indirim ve kupon takibi asistanınız Extension CRX File
Download Jarrt - indirim ve kupon takibi asistanınız 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
İndirim kodu ile kazandıran uygulama Sizin için indirim kuponlarını otomatik olarak bulup getirir. Mesela SİZ BU SATIRLARI OKURKEN BİRİLERİ JARRT’LA, LÜKS BİR MARKADAN %30 İNDİRİM* KAZANIYOR OLACAK! İnternet alışverişlerinizde site site kupon aramaktan yorulduysanız Ya da “Kupon aramakla ne işim olur” diyorsanız Ama “İndirime hayır demem” diye de ekliyorsanız Abonelerimizin mesela boyner'den kazandıklarını takip etmek için. https://twitter.com/jarrtapp
Extension Basic Information
Name | |
ID | nkoinnmalehnbpidghkbkdgmaefkahkb |
Official URL | https://chromewebstore.google.com/detail/jarrt-indirim-ve-kupon-ta/nkoinnmalehnbpidghkbkdgmaefkahkb |
Description | Alışveriş yaparken indirim kazandırır. |
File Size | 67.46 KB |
Installation Count | 705 |
Current Version | 2.5.4 |
Last Updated | 2019-06-20 |
Publish Date | 2019-06-19 |
Rating | 4.94/5 Total 16 Ratings |
Developer | https://jarrt.com |
Payment Type | free |
Extension Website | https://www.jarrt.com |
Help Page URL | https://www.jarrt.com/policies/privacy |
Privacy Policy Page URL | https://www.jarrt.com/policies/privacy |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgyw6bCVnsAfcucNA2MriHiH04EiAeLc64Tqlc\/EMMfPB5dPLolAUWdX4K9jweepga9tSrZoOhSsTUhUUcCrdmJ38lJB8Oa\/hAWQr3sgC+KiL64MOePOhpOCNndZQd8JjJjL6npwfd6B2FIJEjC8z2RsEc9uYKxJZJ+8GG0rc+9Btd5LJzjADMOj0d1pzjd+Em2hoziCewecL2sGwvLAqvz1X0Uh0uZPTUK6FQLqgpldWH+gujWYr74C7tvnHOWRuLyu6xWU3QxZ3R0rJ2juC+tkrgg3D98AjH\/gLWz1ZLYJ3EAPiMjediNp2d2uX2hz8u3r7624PR3cAiGFrSRl4jQIDAQAB", "name": "Jarrt - indirim ve kupon takibi asistan\u0131n\u0131z", "description": "Al\u0131\u015fveri\u015f yaparken indirim kazand\u0131r\u0131r.", "version": "2.5.4", "icons": { "16": "jarrticon16.png", "48": "jarrticon48.png", "128": "jarrticon.png" }, "browser_action": { "default_icon": "jarrticon48.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "resources.js", "common.js", "popup.js", "promotions.js", "xpathproductparser.js", "microdataparser.js", "products.js", "shoppingtracker.js", "app.js" ], "css": [ "content\/jarrt.css" ], "runat": "document_idle" } ], "background": { "page": "background.html", "persistent": false }, "permissions": [ "activeTab", "tabs", "storage", "*:\/\/*\/*" ], "optional_permissions": [ "alarms", "notifications" ], "web_accessible_resources": [ "popup.html", "content\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.jarrt.com\/*" ] } } |