PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
Hvad er PicLinkr?
PicLinkr er en Chrome-udvidelse udviklet af Crowley.Link, og dens hovedfunktion er "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".
Udvidelsesskærmbilleder
Download PicLinkr-udvidelses-CRX-fil
Download PicLinkr-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
Officiel URL | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
Beskrivelse | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
Filstørrelse | 13.82 KB |
Antal Installationer | 89 |
Nuværende Version | 0.1 |
Senest Opdateret | 2018-01-03 |
Udgivelsesdato | 2018-01-03 |
Udvikler | Crowley.Link |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://piclinkr.com |
Hjælpeside-URL | https://www.facebook.com/groups/piclinkr/ |
URL til Fortrolighedspolitik Side | https://crowley.link/legal |
Understøttede Sprog | 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" } } |