iDeals Shopping Optimizer - Never Miss A Deal
Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product
什麼是iDeals Shopping Optimizer - Never Miss A Deal?
iDeals Shopping Optimizer - Never Miss A Deal是由http://getideals.com開發的Chrome擴展程式,該擴展的主要功能是“Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product”。
擴展截圖
下載iDeals Shopping Optimizer - Never Miss A Deal擴展crx文件
下載iDeals Shopping Optimizer - Never Miss A Deal擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
What is iDeals Shopping Optimizer? iDeals Shopping Optimizer is a browser add-on that makes your online shopping experience better. iDeals Shopping Optimizer makes sure you always buy the right product and pay less by offering you alternative products, showing you same products on different stores with cheaper prices and exposing you to coupons allowing you to enjoy exclusive discounts when checking out. iDeals Shopping Optimizer is always on the background when you're on the lookout for a new purchase, it checks for better deals every time you click on a link to any product that is sold online. iDeals Shopping Optimizer is a free, safe & friendly app that helps you find the right products and save money shopping online in your favorite stores. iDeals Shopping Optimizer will: -Help you discover the lowest prices on the best retail sites like Amazon, eBay and more. -Help you find coupons, deals, rebates, club discount & everyday bargain. -Check for better offers every time you click on an online offer. -Stays out of the way when you’re not shopping online. iDeals Shopping Optimizer is safe & free.
擴展基本資訊
名稱 | |
ID | boippofffnimacokgckaeilmncchhdpg |
官方網址 | https://chrome.google.com/webstore/detail/ideals-shopping-optimizer/boippofffnimacokgckaeilmncchhdpg |
簡介 | Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product |
檔案大小 | 6.77 KB |
安裝次數 | 116 |
目前版本 | 1.6 |
更新時間 | 2014-07-17 |
上架時間 | 2014-07-17 |
評分 | 4.00/5 共 6 次評分 |
開發者 | http://getideals.com |
付費類型 | free |
擴展官網 | http://getideals.com |
說明頁面URL | http://getideals.com/faq/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iDeals Shopping Optimizer - Never Miss A Deal", "short_name": "Find Deals", "version": "1.6", "description": "Your Personal Shopping Assistant - Helps You Find The Best Deal for the right product", "permissions": [ "tabs", "http:\/\/*\/*", "background", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |