This action will be helpful to add custom add-on in the ARMember Add-on Page
Hook Name: arm_add_new_custom_add_on
Hook Type: Action
Source: core/classes/class.arm_multiple_membership_feature.php
Usage:
add_action('arm_add_new_custom_add_on', 'your_function');
function your_function() {
//your custom functionality
}