2Slash

Your Prompt-Free AI Assistant, Everywhere

2Slashคืออะไร?

2Slash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://2slash.ai และคุณลักษณะหลักของมันคือ "Your Prompt-Free AI Assistant, Everywhere"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Simplify your content creation and start writing smarter & faster - making your daily work more efficient!

Type "//" in any text field to create emails, social media posts or replies and even summarize long text - all in seconds.

Social Media Growth - Elevate your social media influence with tailored responses, captivating posts & clever comments. Achieve 10x growth & amplify your impact effortlessly across social platforms. Let your presence shine!

Community Growth & Engagement - Connecting with your community and boosting engagement has never been easier. Add a splash of color to every post, reply, or comment to ensure a diverse and engaging experience for your audience!

Sales & Support Productivity - Productivity is a marathon, not a sprint.
You can complete tasks like setting up outreach, handling prospect responses & booking meetings effortlessly. Type less and win more!

Introducing our new innovative FREE Prompts Library:

Refine writing using expert prompts. Personalized Prompts for enhanced productivity.

Explore our curated library of tailor-made prompts crafted by our engineers. They are designed to help you refine your skills, deepen your knowledge, and achieve results across all mediums.

Discover our collections, from creating blogs to crafting social media responses, writing emails, and developing your content strategy.

Need a specific prompt? Just request it from our team of experts - and you should have it in 24 hours :)                    

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

ชื่อ 2Slash 2Slash
ID ogncjekihbecgebggcagkebnoenfipph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/2slash/ogncjekihbecgebggcagkebnoenfipph
คำอธิบาย Your Prompt-Free AI Assistant, Everywhere
ขนาดไฟล์ 940 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 3.3.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-07-09
คะแนน 4.72/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://2slash.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://2slash.ai/
URL หน้าช่วยเหลือ https://2slash.ai/
URL หน้านโยบายความเป็นส่วนตัว https://2slash.ai/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "24": "images\/logo.png",
            "32": "images\/logo.png"
        },
        "default_title": "Click to open 2Slash"
    },
    "background": {
        "service_worker": "scripts\/background.min.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/floater.css",
                "css\/cm.css"
            ],
            "js": [
                "scripts\/global.js",
                "scripts\/tooltip.min.js",
                "scripts\/content.min.js",
                "scripts\/plugins\/floating-ui-core.js",
                "scripts\/plugins\/floating-ui-dom.js",
                "scripts\/plugins\/lc-select.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Your Prompt-Free AI Assistant, Everywhere",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png"
    },
    "manifest_version": 3,
    "name": "2Slash",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "version": "3.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "images\/logo.png",
                "images\/bg-steps.jpg",
                "images\/pin.png",
                "images\/signup.png",
                "views\/tooltip.html",
                "views\/floating.html",
                "views\/cm.html",
                "fonts\/PlusJakartaSans-Bold.ttf",
                "fonts\/PlusJakartaSans-ExtraBold.ttf",
                "fonts\/PlusJakartaSans-Medium.ttf",
                "fonts\/PlusJakartaSans-Regular.ttf"
            ]
        }
    ]
}