Handla Smart
Shop Smart with Sponsorhuset
什麼是Handla Smart?
Handla Smart是由https://www.sponsorhuset.se開發的Chrome擴展程式,該擴展的主要功能是“Shop Smart with Sponsorhuset”。
擴展截圖
下載Handla Smart擴展crx文件
下載Handla Smart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Earn money when you shop online!
By using the plug-in "Handla Smart" on your computer, both you and your club earn money when you shop online.
You dont have to go through Sponsorhuset.se, while the plug-in keeps track of all the shops that are connected to Sponsorhuset. As soon as you visit an online shop, just click YES when the plug-in is being shown and both you and your choosen club, team och organization will earn money from your purchase. 擴展基本資訊
| 名稱 | |
| ID | cgdogkoldofookodmiipcakaejpgocgc |
| 官方網址 | https://chromewebstore.google.com/detail/handla-smart/cgdogkoldofookodmiipcakaejpgocgc |
| 簡介 | Shop Smart with Sponsorhuset |
| 檔案大小 | 397 KB |
| 安裝次數 | 9,207 |
| 目前版本 | 3.2 |
| 更新時間 | 2022-12-07 |
| 上架時間 | 2020-04-24 |
| 評分 | 3.78/5 共 9 次評分 |
| 開發者 | https://www.sponsorhuset.se |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://www.sponsorhuset.se/handla-smart/information.php |
| 隱私政策頁面URL | https://www.sponsorhuset.se/start/om-sponsorhuset/privacy-policy-chrome-extensions |
| 支援的語言 | en,sv |
| manifest.json | |
{
"author": "Sponsorhuset",
"background": {
"scripts": [
"js\/config\/config.js",
"js\/lib\/jquery.min.js",
"js\/custom\/common\/api.js",
"js\/custom\/common\/utilities.js",
"js\/custom\/common\/eventpage.js"
]
},
"browser_action": {
"default_icon": "img\/handlasmart.png",
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"js\/config\/config.js",
"js\/lib\/jquery.min.js",
"js\/custom\/common\/api.js",
"js\/custom\/common\/utilities.js",
"js\/custom\/common\/hs.js",
"js\/custom\/common\/search_engine.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"js": [
"js\/custom\/common\/set_hs.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_appDesc__",
"externally_connectable": {
"matches": [
"*:\/\/*.sponsorhuset.se\/*"
]
},
"icons": {
"128": "img\/sp_128x128.png",
"48": "img\/sp_48x48.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
" | |