How to extend edit menu with global actions

I would like to extend the edit menu actions (cut/copy/paste etc) with my plug in implementation (which already define those actions as a global actions)What is the right way to achieve this task ?

Oren Gurfinkel