Revue Chrome

Revue

Revue Chromeคืออะไร?

Revue Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getrevue.co และคุณลักษณะหลักของมันคือ "Revue"

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

screenshot
screenshot
screenshot

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

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

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

                        Revue is an editorial newsletter tool for writers and publishers. We help you build a loyal audience and monetize your newsletter using digital subscriptions, sponsoring, ads or other business models.

Use our Chrome extension to easily add content to your editorial newsletter.                    

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

ชื่อ Revue Chrome Revue Chrome
ID fdnhneinocoonabhfbmelgkcmilaokcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/revue-chrome/fdnhneinocoonabhfbmelgkcmilaokcg
คำอธิบาย Revue
ขนาดไฟล์ 573 KB
จำนวนการติดตั้ง 4,772
เวอร์ชันปัจจุบัน 1.16
อัปเดตครั้งล่าสุด 2022-01-09
วันที่เผยแพร่ 2019-05-01
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://getrevue.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.getrevue.co
URL หน้าช่วยเหลือ http://help.getrevue.co/
URL หน้านโยบายความเป็นส่วนตัว https://www.getrevue.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revue Chrome",
    "short_name": "Revue",
    "description": "Revue",
    "version": "1.16",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16_active.png",
        "48": "images\/icon48_active.png",
        "128": "images\/icon128_active.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": ".\/index.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/localhost:3000\/",
        "http:\/\/www.getrevue.co\/",
        "https:\/\/www.getrevue.co\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}