PicLinkr

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

PicLinkr क्या है?

PicLinkr Crowley.Link द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PicLinkr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम PicLinkr PicLinkr
ID enhnoaajddgdgieajlpenippjfcliamf
आधिकारिक URL https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf
विवरण Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
फ़ाइल का आकार 13.82 KB
स्थापना संख्या 89
वर्तमान संस्करण 0.1
अंतिम अपडेट 2018-01-03
प्रकाशन तिथि 2018-01-03
डेवलपर Crowley.Link
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://piclinkr.com
सहायता पृष्ठ URL https://www.facebook.com/groups/piclinkr/
गोपनीयता नीति पृष्ठ URL https://crowley.link/legal
समर्थित भाषाएँ 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"
    }
}