PicLinkr

Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!

Cos'è PicLinkr?

PicLinkr è un'estensione di Chrome sviluppata da Crowley.Link, e la sua funzione principale è "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PicLinkr

Scarica i file di estensione PicLinkr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome PicLinkr PicLinkr
ID enhnoaajddgdgieajlpenippjfcliamf
URL Ufficiale https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf
Descrizione Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
Dimensione del File 13.82 KB
Conteggio Installazioni 89
Versione Corrente 0.1
Ultimo Aggiornamento 2018-01-03
Data di Pubblicazione 2018-01-03
Sviluppatore Crowley.Link
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://piclinkr.com
URL della Pagina di Aiuto https://www.facebook.com/groups/piclinkr/
URL della Pagina della Politica sulla Privacy https://crowley.link/legal
Lingue Supportate 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"
    }
}