Elfster's Wish It!
It’s a snap adding stuff you like to your Elfster Wishlist from any website using the Wish It! browser extension.
Elfster's Wish It!คืออะไร?
Elfster's Wish It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.elfster.com และคุณลักษณะหลักของมันคือ "It’s a snap adding stuff you like to your Elfster Wishlist from any website using the Wish It! browser extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elfster's Wish It!
ดาวน์โหลดไฟล์ส่วนขยาย Elfster's Wish It! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add items to your Elfster Wishlist from any store on the web! Shopping online and spot a cool gift? The Wish It! extension magically grabs the link to add that item to your Elfster Wishlist! Elfster is the world’s #1 Secret Santa Generator, but our fans love it for every gifting occasion. Invite your family, friends, co-workers, and community groups to the best way to exchange gifts. Elfster is free, fun, and easy. Plus, everyone gets their own Wishlist! How it Works: Invite Friends - Draw Names - Exchange Gifts - Have Fun! Be a holiday hero and join 21+ million happy gift givers and party lovers today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Elfster's Wish It! |
ID | fhjanlpjlfhhbhbnjohflphmfccbhmoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/elfsters-wish-it/fhjanlpjlfhhbhbnjohflphmfccbhmoi |
คำอธิบาย | It’s a snap adding stuff you like to your Elfster Wishlist from any website using the Wish It! browser extension. |
ขนาดไฟล์ | 718 KB |
จำนวนการติดตั้ง | 51,959 |
เวอร์ชันปัจจุบัน | 4.0.17 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2019-11-05 |
คะแนน | 2.74/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | https://www.elfster.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.elfster.com/browser-buttons/ |
URL หน้าช่วยเหลือ | https://www.elfster.com/help/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.elfster.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Elfster's Wish It!", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmw5l4Md8cMebksC6ijmDa8TMOjXq+srxOhO07Y3aWVDUdrxJAaQfX6IeOuR\/dzj9sb0JxjXdPMcEAECajjdy2KQ53kiefAxmsKZMSprRlb+691aiknyL9PC38Wl5RjbG\/gZPI3gkRxCIkQew31UZNMfNxDXjCtiG6nMK11qIG8rYyLDh7OgyWbox4nDTxzFWspv9jKV+j+25X4ZPuxDW7ZsBHWUJaQsxVyHoVmfUaY\/GvcW1uN65G5XHa5Clzw\/kCRbUt\/Uw2X+yDosQjI5c7pnhdK7CXLuVXTLaiTB9eef5XMRppBzzd0xpyrC+1hM\/NzhByhRohtqT9Jq3787wwIDAQAB", "version": "4.0.17", "description": "It\u2019s a snap adding stuff you like to your Elfster Wishlist from any website using the Wish It! browser extension.", "author": "Elfster, Inc", "homepage_url": "https:\/\/www.elfster.com\/", "icons": { "16": "browser-extension-elf-icon_16.png", "32": "browser-extension-elf-icon_32.png", "48": "browser-extension-elf-icon_48.png", "128": "browser-extension-elf-icon_128.png" }, "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "init-extension.js" }, "action": { "default_icon": { "16": "elfster-ext-icon_16x16.png", "32": "elfster-ext-icon_32x32.png", "48": "elfster-ext-icon_48x48.png", "64": "elfster-ext-icon_64x64.png", "128": "elfster-ext-icon_128x128.png" }, "default_title": "Elfster\u2019s Wish It! It\u2019s a snap adding stuff you like to your Elfster Wishlist from any website using the Wish It! browser extension." }, "permissions": [ "activeTab", "scripting", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "*:\/\/auth.elfster.com\/*", "*:\/\/www.elfster.com\/*" ] } |