PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
Qu'est-ce que PicLinkr ?
PicLinkr est une extension Chrome développée par Crowley.Link, et sa fonction principale est "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PicLinkr
Téléchargez les fichiers d'extension PicLinkr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
URL Officiel | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
Description | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
Taille du Fichier | 13.82 KB |
Nombre d'Installations | 89 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2018-01-03 |
Date de Publication | 2018-01-03 |
Développeur | Crowley.Link |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://piclinkr.com |
URL de la Page d'Aide | https://www.facebook.com/groups/piclinkr/ |
URL de la Page de Politique de Confidentialité | https://crowley.link/legal |
Langues Prises en Charge | 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" } } |