PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
Wat is PicLinkr?
PicLinkr is een Chrome-extensie ontwikkeld door Crowley.Link, en de belangrijkste functie is "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".
Extensie Screenshots
Download het CRX-bestand van de extensie PicLinkr
Download PicLinkr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
Officiële URL | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
Beschrijving | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
Bestandsgrootte | 13.82 KB |
Aantal Installaties | 89 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-01-03 |
Publicatiedatum | 2018-01-03 |
Ontwikkelaar | Crowley.Link |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://piclinkr.com |
Help Pagina-URL | https://www.facebook.com/groups/piclinkr/ |
URL van de Privacybeleid Pagina | https://crowley.link/legal |
Ondersteunde Talen | 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" } } |