Birthday Wisher
LEVERAGE your friends birthday to get leads and sales with just a click!!!
Birthday Wisherคืออะไร?
Birthday Wisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://birthdaywisher.io และคุณลักษณะหลักของมันคือ "LEVERAGE your friends birthday to get leads and sales with just a click!!!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Birthday Wisher
ดาวน์โหลดไฟล์ส่วนขยาย Birthday Wisher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Birthday Wisher is a chrome extension for Facebook that helps you to send automated wishes to all your friends who has their birthdays. It also allows you to send automated personal messages to everyone on their birthdays. Let's make their special day more special by wishing them or making them a special OFFER!!! use Birthday Wisher today if you want to make your Facebook friends feel SPECIAL and REMEMBERED.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Birthday Wisher |
ID | ocacdocpfonfnnlciabolomhijkbbgie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/birthday-wisher/ocacdocpfonfnnlciabolomhijkbbgie |
คำอธิบาย | LEVERAGE your friends birthday to get leads and sales with just a click!!! |
ขนาดไฟล์ | 1.47 MB |
จำนวนการติดตั้ง | 2,499 |
เวอร์ชันปัจจุบัน | 3.0.37 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2020-12-31 |
คะแนน | 4.68/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | https://birthdaywisher.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.birthdaywisher.io/ |
URL หน้าช่วยเหลือ | https://www.tier5.us/contact-us |
URL หน้านโยบายความเป็นส่วนตัว | https://tier5.us/chrome_extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Birthday Wisher", "version": "3.0.37", "description": "LEVERAGE your friends birthday to get leads and sales with just a click!!!", "short_name": "BW", "action": { "default_title": "Birthday Wisher", "default_popup": "login.html" }, "icons": { "16": "images\/1617289352586-smallLogo.png", "48": "images\/1617289352638-mediumLogo.png", "128": "images\/1617289352695-largeLogo.png" }, "permissions": [ "storage", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/api.birthdaywisher.io\/*", "https:\/\/upload.facebook.com\/", "https:\/\/www.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "js\/serviceWorker.js" }, "web_accessible_resources": [ { "resources": [ "lib\/jquery.min.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |