PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
O que é PicLinkr?
PicLinkr é uma extensão do Chrome desenvolvida por Crowley.Link, e sua principal característica é "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PicLinkr
Baixe arquivos de extensão PicLinkr no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
URL Oficial | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
Descrição | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
Tamanho do Arquivo | 13.82 KB |
Contagem de Instalações | 89 |
Versão Atual | 0.1 |
Última Atualização | 2018-01-03 |
Data de Publicação | 2018-01-03 |
Desenvolvedor | Crowley.Link |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://piclinkr.com |
URL da Página de Ajuda | https://www.facebook.com/groups/piclinkr/ |
URL da Página de Política de Privacidade | https://crowley.link/legal |
Idiomas Suportados | 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" } } |