ShareURLs

This extension will help us to share links with our peers with extreme ease

ShareURLsคืออะไร?

ShareURLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PoziomLabs และคุณลักษณะหลักของมันคือ "This extension will help us to share links with our peers with extreme ease"

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

screenshot

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

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

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

                        On a daily basis, we keep on sharing links with our google contacts. Going to Gmail every time and copy pasting the urls is a digitally time taking and irritating process which we have simplified using ShareURLs. You can now use this chrome extension to directly send links to your google friends. Similarly, even without accessing your mail, you can retrieve links shared by your google friends. This can also serve as your links manager as the links are all stored in the server. Just sign into chrome and you can access all your links from any computer. All in all, we have brought a social aspect to bookmarking. Lets call it Social Bookmarking! Interesting isn't it?                    

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

ชื่อ ShareURLs ShareURLs
ID hdlnpfjgaailomfcighodcpdakanlefp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hdlnpfjgaailomfcighodcpdakanlefp
คำอธิบาย This extension will help us to share links with our peers with extreme ease
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-11
วันที่เผยแพร่ 2017-01-11
ผู้พัฒนา PoziomLabs
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShareURLs",
    "short_name": "ShareURLs",
    "description": "This extension will help us to share links with our peers with extreme ease",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com   https:\/\/www.google.com\/m8\/feeds\/contacts\/default\/full          https:\/\/code.jquery.com ; object-src 'self'",
    "permissions": [
        "http:\/\/52.27.54.85\/blog\/rad_app\/geturllist.php",
        "activeTab",
        "identity",
        "identity.email",
        "http:\/\/52.27.54.85\/blog\/rad_app\/urllist.php",
        "storage",
        "notifications",
        "https:\/\/www.google.com\/m8\/feeds\/contacts\/default\/full",
        "notifications",
        "https:\/\/www.google.com\/m8\/feeds\/contacts\/default\/full",
        "gcm"
    ],
    "browser_action": {
        "default_icon": "share.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "oauth2": {
        "client_id": "230735556317-oinf44vgcf53lplnqjfpcve1ocm30e5o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts.readonly"
        ]
    }
}