PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
什麼是PicLinkr?
PicLinkr是由Crowley.Link開發的Chrome擴展程式,該擴展的主要功能是“Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!”。
擴展截圖
下載PicLinkr擴展crx文件
下載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 |
官方網址 | 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" } } |