Alice Keeler AnyoneCanView

Instantly change the sharing permissions of a Google Docs/Sheets/Slides/Drawing to "Anyone with the link can view".

Alice Keeler AnyoneCanViewคืออะไร?

Alice Keeler AnyoneCanView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alicekeeler.com และคุณลักษณะหลักของมันคือ "Instantly change the sharing permissions of a Google Docs/Sheets/Slides/Drawing to "Anyone with the link can view"."

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

screenshot
screenshot

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

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

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

                        How many times have you shared out a link and had a faceslap moment where you forgot to change the sharing permissions? The Alice Keeler AnyoneCanView Chrome extension helps you with this problem. When creating a Google Docs, Google Sheets, Google Slides or Google Drawing the default sharing setting is private. Changing the viewing permissions requires multiple clicks. Instead, click the AnyoneCanView Chrome extension to instantly change the sharing permissions to "Anyone with the link can view." This will open the viewing permissions to those outside of your domain or school. The link to the Google Doc is also automatically copied to your clipboard. This saves you from the extra step of copying the URL after you changed the sharing permissions. Simply paste (Control V) the link where you want to share the document and have full confidence that others can view the document. See my other Chrome extensions at http://alicekeeler.com/webstore                    

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

ชื่อ Alice Keeler AnyoneCanView Alice Keeler AnyoneCanView
ID hdjklakffhgbjmenlcjcgagjlkbpmjcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alice-keeler-anyonecanvie/hdjklakffhgbjmenlcjcgagjlkbpmjcf
คำอธิบาย Instantly change the sharing permissions of a Google Docs/Sheets/Slides/Drawing to "Anyone with the link can view".
ขนาดไฟล์ 51.81 KB
จำนวนการติดตั้ง 8,090
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2021-07-25
วันที่เผยแพร่ 2019-12-21
คะแนน 4.23/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://alicekeeler.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://alicekeeler.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.9",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "https:\/\/docs.google.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnmaQlTJdN\/XWayPH3bQP\/RcrEP\/RZJS1K52Fgxwibi4x8RVFU6YkOCfLILCPhgD8RNMeV2hnT4aDceC9LWekg4KzpEY5d9rLYdkiWXiTWfcaFGWdZ7woyHLDOZ5WVqlS9OUwXUbivZvVQE7AVm3ds80tRB9De\/fW7n298eVqX3kLft7UVFl8xj2HgnNFDzUX2P52F6KBOgdipwVgin\/p2tn6r80sV8ItQ57F06G+ho+NeN7hKod3Dr0ZECoOqhU8AHNuM3Ut9H2Eoe7aRK01KTg7RJV3zrPDguqd7SNRiag2alObu29SpjsU\/Kjhh07KBzdPS68ILwSZnVzoPTWc6wIDAQAB",
    "oauth2": {
        "client_id": "144787410745-4133227jae6as354rl5u8pjbg6hds9gg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "AnyoneCanView"
    }
}