Luminate Online Page Editor

Edit Luminate Online pages with just one click.

Luminate Online Page Editorคืออะไร?

Luminate Online Page Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noah Cooper และคุณลักษณะหลักของมันคือ "Edit Luminate Online pages with just one click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Luminate Online Page Editor

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

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

                        This extension makes it easier to edit pages on your organization's Luminate Online website.

When viewing a Luminate Online page, a pencil icon will appear in your browser's address bar. Clicking on this icon will open a new tab and take you directly to the administrative interface for the page you were viewing.

CHANGELOG
==========

**Version: 1.12 (15-NOV-2017)**

* Minor bug fixes.

Version: 1.11 (30-OCT-2015)

* Added support for editing National Teams Top Events, Top Teams, Top Participants, and Search pages.

Version: 1.10 (24-JUL-2013)

* Added support for editing Progress Meters.
* Added link to Receipt Manager when viewing ReceiptViewer pages.
* Added support for editing secure TeamRaiser pages.
* Added support for editing custom TellAFriend pages created for PageBuilder pages, StoryBuilder articles, and Events.

Version: 1.9 (05-JUL-2013)

* Fixed a bug caused by a change in the Luminate Online URL syntax following a move from JServ to Tomcat.

Version: 1.8 (29-MAR-2013)

* Added support for editing Rewards pages.
* Added link to Receipt Manager when viewing ReceiptRequest pages.

Version: 1.7 (05-MAR-2013)

* Fixed a bug with the Action Alert Take Action Page edit link.

Version: 1.6 (19-FEB-2013)

* Added support for editing images in the Image Library.
* Added support for editing API configuration when viewing an API response document.
* Added support for editing AjaxProxy settings when viewing the AjaxProxy servlet.

Version: 1.5 (08-FEB-2013)

* Added support for editing Clubs and Directory pages.
* Fixed an issue with Chrome URLs beginning with "view-source:".

Version: 1.4 (09-JAN-2013)

* Added support for editing ConsProfileUser, ConsInterestsUser, the Gift Service Center, and Personal Events.

Version: 1.3 (04-JAN-2013)

* Minor bug fix for the eCommerce confirmation page.

Version: 1.2 (17-DEC-2012)

* Added support for editing open authentication settings from the GigyaLogin page.
* Added support for editing Photo Albums.

Version: 1.1 (28-NOV-2012)

* Added support for editing Donation Classic donation forms.                    

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

ชื่อ Luminate Online Page Editor Luminate Online Page Editor
ID dpkklfhgpnjklakhoelfnbfgihkfgpap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/luminate-online-page-edit/dpkklfhgpnjklakhoelfnbfgihkfgpap
คำอธิบาย Edit Luminate Online pages with just one click.
ขนาดไฟล์ 25.16 KB
จำนวนการติดตั้ง 864
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2017-11-15
วันที่เผยแพร่ 2017-11-15
คะแนน 4.04/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา Noah Cooper
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/noahcooper/luminateEdit
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Luminate Online Page Editor",
    "version": "1.12",
    "manifest_version": 2,
    "description": "Edit Luminate Online pages with just one click.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "page_action": {
        "default_icon": "logo128.png",
        "default_title": "Edit this page"
    },
    "permissions": [
        "tabs"
    ]
}