PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
PicLinkr là gì?
PicLinkr là một tiện ích mở rộng Chrome được phát triển bởi Crowley.Link, và tính năng chính của nó là "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PicLinkr
Tải xuống các tệp mở rộng PicLinkr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
URL Chính Thức | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
Mô tả | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
Kích Thước Tệp | 13.82 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-01-03 |
Ngày Phát Hành | 2018-01-03 |
Nhà Phát Triển | Crowley.Link |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://piclinkr.com |
URL Trang Trợ Giúp | https://www.facebook.com/groups/piclinkr/ |
URL Trang Chính Sách Bảo Mật | https://crowley.link/legal |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |