COPY PASTE 360

A convenient way to save multiple links and text in one place

COPY PASTE 360คืออะไร?

COPY PASTE 360 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BOS และคุณลักษณะหลักของมันคือ "A convenient way to save multiple links and text in one place"

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

screenshot
screenshot

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

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

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

                        The extension provides a really easy way to store multiple links and texts into context menu (right-click menu) for quick access. CopyPaste360 makes pasting your links, text and content extremely convenient.                    

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

ชื่อ COPY PASTE 360 COPY PASTE 360
ID bdpfkgejlcmjpgboeaekcogidemmpkfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copy-paste-360/bdpfkgejlcmjpgboeaekcogidemmpkfk
คำอธิบาย A convenient way to save multiple links and text in one place
ขนาดไฟล์ 7.43 MB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 1.412
อัปเดตครั้งล่าสุด 2023-12-21
วันที่เผยแพร่ 2021-10-11
ผู้พัฒนา BOS
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://copypaste360
URL หน้าช่วยเหลือ https://copypaste360/support
URL หน้านโยบายความเป็นส่วนตัว https://app.mysocial360.com/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "COPY PASTE 360",
    "short_name": "COPY PASTE 360",
    "version": "1.412",
    "description": "A convenient way to save multiple links and text in one place",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/copypaste360.com",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "windows": "Ctrl+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            },
            "description": "Multiple Copy and Paste"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardRead",
        "contextMenus",
        "identity",
        "identity.email",
        "gcm",
        "notifications",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo16.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo192.png",
            "192": "logo192.png",
            "512": "logo512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.mysocial360.com\/oauth\/*",
                "https:\/\/beta.app.copypaste360.com\/copypaste360\/*",
                "https:\/\/beta.app.copypaste360.com\/copypaste360\/api\/facebook\/verified",
                "https:\/\/beta.app.copypaste360.com\/copypaste360\/api\/facebook\/verified\/*",
                "https:\/\/beta.app.copypaste360.com\/copypaste360\/oauth\/*"
            ],
            "js": [
                ".\/messages\/auth.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/libs\/jquery.js",
                ".\/libs\/sweetalert.js",
                ".\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/accountscenter.facebook.com\/profiles\/",
                "https:\/\/accountscenter.facebook.com\/personal_info\/",
                "https:\/\/accountscenter.facebook.com\/profiles\/*",
                "https:\/\/accountscenter.facebook.com\/personal_info\/*"
            ],
            "js": [
                ".\/content\/facebook.login.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo16.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}