Share Link Converter

Provide you with different mode of Gsuite Documents

Share Link Converterคืออะไร?

Share Link Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ejlalkh.com และคุณลักษณะหลักของมันคือ "Provide you with different mode of Gsuite Documents "

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share Link Converter

ดาวน์โหลดไฟล์ส่วนขยาย Share Link Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An Chrome Extension which would provides different modes of  share links which would help in generate the links without needs to toggling the links.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ  Share Link Converter Share Link Converter
ID oinnieanhcjoicjcgkklacmbglhiklbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/share-link-converter/oinnieanhcjoicjcgkklacmbglhiklbo
คำอธิบาย Provide you with different mode of Gsuite Documents
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 0.011
อัปเดตครั้งล่าสุด 2020-02-11
วันที่เผยแพร่ 2020-02-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://ejlalkh.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://rebrand.ly/feedbackofslcextension
URL หน้านโยบายความเป็นส่วนตัว http://ejlalkh.com/privacy-policy
ภาษาที่รองรับ 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
}