[WordPress] 外掛分享: PluginPass – WordPress PRO Plugin/Theme Licensing (Public Alpha)

WordPress 外掛 PluginPass – WordPress PRO Plugin/Theme Licensing (Public Alpha) 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「PluginPass – WordPress PRO Plugin/Theme Licensing (Public Alpha)」是 2019-08-08 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2019-09-18,距離現在已有 2054 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.9.7 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

labs64 |

外掛標籤

license | activation | validation | license manager | software license |

內容簡介

使用 PluginPass – 一種由 Labs64 NetLicensing 支持的 WordPress 許可證管理器,輕鬆控制使用並商業化您的 WordPress 外掛程式和佈景主題。

該外掛程式的設計旨在易於使用,使用者可以輕鬆定義其為外掛程式或佈景主題的相依性,該功能可以處理外掛程式和佈景主題的啟用和驗證。

功能

啟用外掛程式/佈景主題的訂閱模式
銷售您的外掛程式/佈景主題的高級版本
在高級功能上提供試驗/評估版本(並回退到簡化版本)
通過提供額外的外掛程式/佈景主題功能進行上銷售
僅在給定的網域上使用插件或佈景主題
許可證數量不受限制
需要更多功能?告訴我們

付款閘道

外掛程式支持的付款閘道:

PayPal
Stripe
MyCommerce
FastSpring
Braintree – 計畫中
Authorize.net – 計畫中
2Checkout – 計畫中
SOFORT Banking – 計畫中

快速開始

將此代碼片段添加到您的外掛程式中:

$quard = new \PluginPass\ Inc\Common\PluginPass_Guard( $api_key, $product_number, $plugin_folder );
if ($quard->validate( $product_module_number )) {
// 做些什麼
$quard->open_shop();
}

有關詳細的整合指示、NetLicensing 產品配置技巧和疑難排解,請參閱外掛程式的Wiki 頁面。

隱私政策&GDPR

此外掛程式集成外部服務的組件 – Labs64 NetLicensing (處理器)。Labs64 NetLicensing 是一家在線許可證管理服務提供商。使用外掛程式會向 Labs64 NetLicensing 發送驗證請求,以驗證外掛程式或佈景主題的有效使用。

使用此外掛程式,驗證請求將被傳輸至 Labs64 NetLicensing,此類請求可能會傳輸個人資料,如唯一識別碼、外掛程式和佈景主題詳細信息、WordPress 實例名稱、域名和資料主體的系統詳細信息。

Labs64 NetLicensing 的歐洲運營公司為:
Labs64 GmbH
Radlkoferstr. 2
81373 Munich, Germany
Labs64 NetLicensing 網站:NetLicensing.IO

Labs64 NetLicensing 的適用數據保護條款可在 Labs64 隱私政策 中檢索。

我們強烈建議您在開發外掛程式和佈景主題以及與 Labs64 NetLicensing 服務 進行接口時,遵守 WordPress 外掛程式指南 和《通用數據保護條例》的相關規定。

有關 Labs64 NetLicensing 數據保護條款的更多詳細信息,請訪問 Labs64 隱私中心。

控制器的責任

控制器是負責數據收集責任的主要方。這些責任包括收集個人數據,例如唯一識別號、外掛程式和佈景主題的詳細信息、WordPress 實例名稱、域名和資料主體的系統詳細信息。

原文外掛簡介

Easily control the use and monetize your WordPress plugins and themes using PluginPass – a WordPress License Manager backed by Labs64 NetLicensing.
The Plugin is designed to be easy-to-use, which you easily define as a dependency to your plugin or theme, so this takes care of the plugin’s & theme’s features activation and validation.
Features

Enable the subscription model for the plugin/theme
Sell PRO versions of your plugin/theme
Offer trial/evaluation version on the PRO features (with the fallback to the lite version)
Enable up-selling by offering additional plugin/theme features
Use plugin or theme on the given domain only
License as many plugins/themes as you want
Need more features? – Let us know

Payment Gateways
Payment Gateways supported in the plugin:

PayPal
Stripe
MyCommerce
FastSpring
Braintree – PLANNED
Authorize.net – PLANNED
2Checkout – PLANNED
SOFORT Banking – PLANNED

Quickstart
Add this code-snippet to your plugin:
$quard = new \PluginPass\Inc\Common\PluginPass_Guard( $api_key, $product_number, $plugin_folder );
if ($quard->validate( $product_module_number )) {
// do something
$quard->open_shop();
}

Detailed integration instructions, NetLicensing products configuration tips and troubleshooting can be found on plugin’s Wiki page.
Privacy Policy & GDPR
This plugin integrating components of an external service – Labs64 NetLicensing (processor). Labs64 NetLicensing is an online license management service provider. License validation requests are processed using plugin or theme developer (controller) NetLicensing account.
By using this plugin validation requests will be sent to the Labs64 NetLicensing in order to verify valid use of the plugin or theme. Personal data may be transferred with these requests such as Unique Identifiers, Plugin and Theme Details, WordPress Instance Name, Domain Name, System Details of the data subject.
The European operating company of Labs64 NetLicensing is:
Labs64 GmbH
Radlkoferstr. 2
81373 Munich, Germany
Labs64 NetLicensing website: NetLicensing.IO
The applicable data protection provisions of Labs64 NetLicensing may be retrieved under Labs64 Privacy Policy.
We strongly encourage you to comply with WordPress Plugin Guidelines and General Data Protection Regulation (GDPR) while developing your plugins and themes and interfacing with Labs64 NetLicensing Services.
For more details on Labs64 NetLicensing data protection provisions visit Labs64 Privacy Center.
Controller’s Responsibilities
The controller is the principal party for data collection responsibilities. These responsibilities include collecting individual’s consent, storing of the data, managing consent-revoking, enabling the right to access, etc.
If an individual revokes consent, the controller will be responsible for initiating this request. Therefore, on receipt of this request, it will be responsible to remove the revoked data through NetLicensing vendor account.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PluginPass – WordPress PRO Plugin/Theme Licensing (Public Alpha)」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.9.1 | 0.9.2 | 0.9.3 | 0.9.4 | 0.9.5 | 0.9.6 | 0.9.7 | 0.9.8 | 0.9.9 | trunk | 0.9.10 |

延伸相關外掛(你可能也想知道)

  • License For Envato 》您是一位 WordPress 主題或外掛開發者,同時在 Envato 市場上銷售您的產品嗎?管理產品許可證困難嗎?如果上述問題的回答都是肯定的,則此外掛可以幫助您。現...。
  • WC Serial Numbers – Ultimate License Manager for Selling, Licensing & Securely Delivering Digital Content with WooCommerce 》oduct: Choose the product you want to generate a license key for., 2. Set The Quantity: Specify how many license keys you want to create at once., ...。
  • Digital License Manager 》Digital License Manager 是 WordPress 的一個授權外掛程式,可用於在您的網站上出售許可證金鑰。由友好的團隊支持和維護。 😎, 該外掛程式與 WooCommerce 相...。
  • Elite Licenser addon-lite for WooCommerce 》此外掛是Elite Licenser和WooCommerce的附加功能,因此您必須使用主要應用程式(Elite Licenser)才能使用它。, , , 這是WooCommerce的附加功能,也是Elite L...。
  • Elite Licenser Lite – Software License Key Manager 》Elite Licenser 是一個 WordPress 外掛程式,可用於任何產品授權,同時管理產品更新、自动生成授權碼、内建 Envato 授权验证系統、完整授權控制等功能,並具...。
  • Enwikuna License Manager for WooCommerce 》Enwikuna License Manager是一個簡單易用的WordPress 外掛,讓您可以輕鬆銷售和管理數字產品的授權,最適合出售WordPress主題和插件。它具有用戶友好的界面,...。
  • Woocommerce Product License Manager 》Woocommerce Product License Manager可幫助您創建自己的許可證伺服器,以幫助軟件開發人員和程式設計師保護和追蹤誰正在使用其軟件、系統、插件和主題。它具...。
  • Licenses Manager for WooCommerce 》「Licenses Manager for WooCommerce」插件可以讓您建立、銷售、管理產品的許可證,並提供 REST API 以建立、讀取、更新、刪除和驗證您的數位產品的許可證。,...。
  • {eac}SoftwareRegistry Distribution SDK 》{eac} SoftwareRegistry Distribution SDK 是一個擴展外掛程式,可以加入到 {eac} SoftwareRegistry Software Registration Server。, 軟體註冊中心發布 SDK...。
  • Arya License Manager 》Arya許可證管理員整合了WooCommerce,以簡化軟體許可證的創建和管理。, , 創建和管理永久性和按需軟體許可證, 限制啟用許可數量, 支持簡單和變量產品, 。

文章
Filter
Apply Filters
Mastodon