PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
PicLinkrคืออะไร?
PicLinkr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Crowley.Link และคุณลักษณะหลักของมันคือ "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PicLinkr
ดาวน์โหลดไฟล์ส่วนขยาย PicLinkr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PicLinkr is a Chrome Extension that will allow you to create links that you can share on Social Media that does Click to Call (or other actions) on Mobile phones, and go to website (or other actions) on desktop/laptops from one single link!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
คำอธิบาย | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
ขนาดไฟล์ | 13.82 KB |
จำนวนการติดตั้ง | 89 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-01-03 |
วันที่เผยแพร่ | 2018-01-03 |
ผู้พัฒนา | Crowley.Link |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://piclinkr.com |
URL หน้าช่วยเหลือ | https://www.facebook.com/groups/piclinkr/ |
URL หน้านโยบายความเป็นส่วนตัว | https://crowley.link/legal |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PicLinkr", "version": "0.1", "manifest_version": 2, "description": "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "Lync_TopImage.png", "default_title": "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "Lync_TopImage.png" } } |