Share Link Converter
Provide you with different mode of Gsuite Documents
Share Link Converter là gì?
Share Link Converter là một tiện ích mở rộng Chrome được phát triển bởi http://ejlalkh.com, và tính năng chính của nó là "Provide you with different mode of Gsuite Documents ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Share Link Converter
Tải xuống các tệp mở rộng Share Link Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An Chrome Extension which would provides different modes of share links which would help in generate the links without needs to toggling the links.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oinnieanhcjoicjcgkklacmbglhiklbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo |
Mô tả | Provide you with different mode of Gsuite Documents |
Kích Thước Tệp | 1.16 MB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 0.011 |
Cập Nhật Lần Cuối | 2020-02-11 |
Ngày Phát Hành | 2020-02-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://ejlalkh.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://rebrand.ly/feedbackofslcextension |
URL Trang Chính Sách Bảo Mật | http://ejlalkh.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": " Share Link Converter", "version": "0.011", "description": "Provide you with different mode of Gsuite Documents ", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage" ], "options_page": "slc.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "slc.html", "default_title": "SLC" }, "icons": { "16": "images\/slc-icon-collection-16.png", "32": "images\/slc-icon-collection-32.png", "48": "images\/slc-icon-collection-48.png", "128": "images\/slc128.png" }, "manifest_version": 2 } |