Linker

Linker: Instantly share links with your friends

Linker क्या है?

Linker https://www.getlinker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linker: Instantly share links with your friends"।

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

screenshot

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

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

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

                        ★ Linker allows you to send links to your friends directly from browser. ★

Instantly send links to your friends emails, and know when your links were read and opened!

Features:
=========
✔ Fast: Just 2 clicks to send link to any email address!
✔ Simple: The recipients get email with link and/or browser notification with you link you sent!
✔ Tracked: Immediately know if your links has been clicked and opened!
✔ Light: Don't think twice before sending a link – whether it is serious reading or just interesting site.
✔ Searchable: Never loose a links your friends sent you - all of your links are stored, and easy to find and retrieve.
✔ Easy: To send a link just click on the button near the page address in your browser and select recipient. That's it!
✔  Dynamic: Links can be later exported to email, social network, bookmarks and other apps.

How To Use:
===========
1. Open the link you wish to send in your browser.
2. Click on Linker icon near the address bar toolbar
3. Add or select your recipient email address.
That's it! 

For more information visit http://www.getlinker.com

------------------
Fully compatible with popular email, email tracking and productivity apps, including Gmail, Dropbox, MailTrack and Point extensions.                    

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

नाम Linker Linker
ID ckcoijfcabafapaglopkkieacmgjbelf
आधिकारिक URL https://chromewebstore.google.com/detail/linker/ckcoijfcabafapaglopkkieacmgjbelf
विवरण Linker: Instantly share links with your friends
फ़ाइल का आकार 63.24 KB
स्थापना संख्या 345
वर्तमान संस्करण 1.3.5
अंतिम अपडेट 2017-09-19
प्रकाशन तिथि 2017-09-19
रेटिंग 3.80/5 कुल 10 रेटिंग्स
डेवलपर https://www.getlinker.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.getlinker.com
सहायता पृष्ठ URL http://www.getlinker.com/about
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linker",
    "description": "Linker: Instantly share links with your friends",
    "version": "1.3.5",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "link.ico",
        "default_title": "Linker: Click to send this page",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "32.png",
        "48.png",
        "64.png",
        "128.png"
    ]
}