LinkThrow
LinkThrow is a collaboration tool that helps teams share links better.
LinkThrow क्या है?
LinkThrow https://linkthrow.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "LinkThrow is a collaboration tool that helps teams share links better."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LinkThrow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
To share a web page, simply right click and select the friend you want to share it with. Never lose a link again. All your personal and shared sites are stored in one place. Collaborate with your team and friends and quickly share links on the go - from your phone and tablet. Welcome to a world of better browsing. ★ “Emailing links is a thing of the past” – from a new LinkThrow user ★ GIVE US A 5-STAR REVIEW ★★★★★ Genuinely enjoy the LinkThrow experience? Helped you save time at work? Support the LinkThrow community by giving us a great review! GET IN TOUCH Twitter: @linkthrow Contact: [email protected] SUPPORT & BUG REPORTING [email protected]
एक्सटेंशन की मूल जानकारी
नाम | LinkThrow |
ID | ngmbpidlhbncmbnfblcacaccfglhijim |
आधिकारिक URL | https://chromewebstore.google.com/detail/linkthrow/ngmbpidlhbncmbnfblcacaccfglhijim |
विवरण | LinkThrow is a collaboration tool that helps teams share links better. |
फ़ाइल का आकार | 714 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 5.1.7 |
अंतिम अपडेट | 2021-01-12 |
प्रकाशन तिथि | 2020-04-20 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://linkthrow.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkThrow", "author": "Hussan Choudhry", "version": "5.1.7", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/icons\/icon-16.png", "128": "assets\/icons\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/content.js" ] } ], "background": { "scripts": [ "background\/background.js", "hotreload\/hotreload.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "contextMenus", "notifications", "background", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "options\/index.html" }, "browser_action": { "default_icon": { "19": "assets\/icons\/icon-19.png", "38": "assets\/icons\/icon-38.png" }, "default_title": "LinkThrow" } } |